guix-commits
[Top][All Lists]
Advanced

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

04/06: gnu: emacs-perspective: Update to 2.18.


From: guix-commits
Subject: 04/06: gnu: emacs-perspective: Update to 2.18.
Date: Sat, 24 Sep 2022 14:52:55 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 30088cab992a1f945672be582281b09602200aef
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Sep 24 19:32:51 2022 +0200

    gnu: emacs-perspective: Update to 2.18.
    
    * gnu/packages/emacs-xyz.scm (emacs-perspective): Update to 2.18.
---
 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 49d5709d6c..6a6e00a78e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9777,7 +9777,7 @@ regexp that matches all known keywords.")
 (define-public emacs-perspective
   (package
     (name "emacs-perspective")
-    (version "2.17")
+    (version "2.18")
     (source
      (origin
        (method git-fetch)
@@ -9786,7 +9786,7 @@ regexp that matches all known keywords.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1nmz39pcaa969g1966ykblzrz6lr3ddb0ip465y5in1fj498as6y"))))
+        (base32 "1r026cw6p2ss5wg8mxgzf6iv1lb9pdnqyf6yrqb914aibkrvp9b6"))))
     (build-system emacs-build-system)
     (arguments
      `(#:tests? #t



reply via email to

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