guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: emacs-prescient: Update to 3.3.


From: guix-commits
Subject: 03/03: gnu: emacs-prescient: Update to 3.3.
Date: Sat, 28 Sep 2019 20:11:09 -0400 (EDT)

leungbk pushed a commit to branch master
in repository guix.

commit 52e62bbd76b06d754f409c0f277b80e6208fe152
Author: Brian Leung <address@hidden>
Date:   Sun Sep 29 02:09:54 2019 +0200

    gnu: emacs-prescient: Update to 3.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-prescient): Update to 3.3.
---
 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 74568ab..e576f18 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4740,7 +4740,7 @@ them easier to distinguish from other, less important 
buffers.")
 (define-public emacs-prescient
   (package
     (name "emacs-prescient")
-    (version "3.2")
+    (version "3.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -4749,7 +4749,7 @@ them easier to distinguish from other, less important 
buffers.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0d60h4rfm5jcf8cf11z91wjqp0xcrviskqzyqhfliqvy2i2yl6ks"))))
+                "1wqk1g8fjpcbpiz32k7arnisncd4n9zs84dn3qn9y8ggjzldqy91"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-company" ,emacs-company)



reply via email to

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