guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: emacs-perspective: Update to 2.11.


From: guix-commits
Subject: 01/02: gnu: emacs-perspective: Update to 2.11.
Date: Sun, 6 Sep 2020 04:46:16 -0400 (EDT)

wigust pushed a commit to branch master
in repository guix.

commit b8c61a98b5649a63bc5affb03a151918b96db6dd
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Sat Sep 5 10:23:06 2020 +0200

    gnu: emacs-perspective: Update to 2.11.
    
    * gnu/packages/emacs-xyz.scm (emacs-perspective): Update to 2.11.
    
    Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
---
 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 4a524f1..b5d1391 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6480,7 +6480,7 @@ regexp that matches all known keywords.")
 (define-public emacs-perspective
   (package
     (name "emacs-perspective")
-    (version "2.10")
+    (version "2.11")
     (source
      (origin
        (method git-fetch)
@@ -6490,7 +6490,7 @@ regexp that matches all known keywords.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1xfcm69nd6f9chwlqfz5vd8nnyl5mwharxjrn1m515568dqrk62x"))))
+         "0nka5z6226r174ligja023qx2bb1pfyjbanafxprbyxkr17b2794"))))
     (build-system emacs-build-system)
     (arguments
      `(#:tests? #t



reply via email to

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