guix_mirror_bot pushed a commit to branch master
in repository guix.

commit ea8227376de825664a433f5b3f1401231bc8f2e4
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Oct 10 19:07:04 2025 +0200

    gnu: emacs-perspective: Update to 2.20.
    
    * gnu/packages/emacs-xyz.scm (emacs-perspective): Update to 2.20.
    
    Change-Id: I8ee94cc947cba8b01015b9af64f8ef721ae75bf8
---
 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 165b833ece..732867a2b7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15167,7 +15167,7 @@ for Perl programming, and a tutorial for novices to 
start using Emacs.")
 (define-public emacs-perspective
   (package
     (name "emacs-perspective")
-    (version "2.19")
+    (version "2.20")
     (source
      (origin
        (method git-fetch)
@@ -15176,7 +15176,7 @@ for Perl programming, and a tutorial for novices to 
start using Emacs.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1vpjc9mk96siabl5j0k023bag00cwb852cpc9f89jyqhavm6011b"))))
+        (base32 "108n8xgyxf0mxv6l0mbqb9s0v20bdnj4xcd2mi0zbl46r48cq6gp"))))
     (build-system emacs-build-system)
     (arguments
      `(#:test-command '("emacs" "-Q" "-batch" "-L" "."

Reply via email to