me
/
guix
Archived
1
0
Fork 0

gnu: emacs-perspective: Update to 2.15.

* gnu/packages/emacs-xyz.scm (emacs-perspective): Update to 2.15.
master
Nicolas Goaziou 2021-05-29 15:57:30 +02:00
parent eb00037407
commit 39eb5a1829
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -7912,7 +7912,7 @@ regexp that matches all known keywords.")
(define-public emacs-perspective (define-public emacs-perspective
(package (package
(name "emacs-perspective") (name "emacs-perspective")
(version "2.14") (version "2.15")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -7921,7 +7921,7 @@ regexp that matches all known keywords.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "04r5h5zs5r6s22p5ynhpr860r2r552z9pyf4kbabfg1gz9jag7yp")))) (base32 "0l9i7ky25d9ii04w2brgxc8dk2rky50naba8lbfqi7hcc34z8pp6"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:tests? #t `(#:tests? #t