guix-commits
[Top][All Lists]
Advanced

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

02/30: gnu: emacs-prescient: Update to 3.1.


From: guix-commits
Subject: 02/30: gnu: emacs-prescient: Update to 3.1.
Date: Tue, 25 Jun 2019 02:56:18 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 0f658feae9439e4ac3308a6dda1700c470c07241
Author: Brian Leung <address@hidden>
Date:   Sat Jun 15 03:01:25 2019 +0200

    gnu: emacs-prescient: Update to 3.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-prescient): Update to 3.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 64105e7..cc92194 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -4180,7 +4180,7 @@ them easier to distinguish from other, less important 
buffers.")
 (define-public emacs-prescient
   (package
     (name "emacs-prescient")
-    (version "2.2.2")
+    (version "3.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -4189,7 +4189,7 @@ them easier to distinguish from other, less important 
buffers.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1ncplx5p3cffyzg9ygzqqxj0vpvwrz9rp2n4z6c375a78fyydrk0"))))
+                "1cdjvlwlvxxazz7hlxgvdp0pznvj1gzqa2r6k4im0cpdrnnng6j6"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-company" ,emacs-company)



reply via email to

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