[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: emacs-prescient: Update to 5.2.1.
From: |
guix-commits |
Subject: |
branch master updated: gnu: emacs-prescient: Update to 5.2.1. |
Date: |
Wed, 13 Jul 2022 09:15:25 -0400 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 1aecb0c574 gnu: emacs-prescient: Update to 5.2.1.
1aecb0c574 is described below
commit 1aecb0c574ef763be75ea630ef84492201c2b937
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Jul 13 15:14:37 2022 +0200
gnu: emacs-prescient: Update to 5.2.1.
* gnu/packages/emacs-xyz.scm (emacs-prescient): Update to 5.2.1.
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 683bbb60c9..83970e2edb 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8965,7 +8965,7 @@ include installing, removing or visiting the homepage.")
(define-public emacs-prescient
(package
(name "emacs-prescient")
- (version "5.2")
+ (version "5.2.1")
(source
(origin
(method git-fetch)
@@ -8974,7 +8974,7 @@ include installing, removing or visiting the homepage.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "024l7s0b6apbzanw3cnhjypxnxfinfb5b3nhaabrc138m5pis8j5"))))
+ (base32 "0z97d7nnl1hgxj4fsvgw3hb3j4dc9wkdq2vq3dw607f29lwqiadk"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-company emacs-ivy emacs-selectrum))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: emacs-prescient: Update to 5.2.1.,
guix-commits <=