guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/07: gnu: emacs-prescient: Update to 3.2.


From: guix-commits
Subject: 04/07: gnu: emacs-prescient: Update to 3.2.
Date: Wed, 17 Jul 2019 09:40:09 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 46a3a5b0e64092cf7a4f849a4f665a402f251478
Author: Brian Leung <address@hidden>
Date:   Sun Jul 14 04:24:32 2019 +0200

    gnu: emacs-prescient: Update to 3.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-prescient): Update to 3.2.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 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 a48638c..2c6d1e4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4238,7 +4238,7 @@ them easier to distinguish from other, less important 
buffers.")
 (define-public emacs-prescient
   (package
     (name "emacs-prescient")
-    (version "3.1")
+    (version "3.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -4247,7 +4247,7 @@ them easier to distinguish from other, less important 
buffers.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1cdjvlwlvxxazz7hlxgvdp0pznvj1gzqa2r6k4im0cpdrnnng6j6"))))
+                "0d60h4rfm5jcf8cf11z91wjqp0xcrviskqzyqhfliqvy2i2yl6ks"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-company" ,emacs-company)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]