gnu: emacs-perspective: Update to 2.18.

* gnu/packages/emacs-xyz.scm (emacs-perspective): Update to 2.18.
This commit is contained in:
Nicolas Goaziou 2022-09-24 19:32:51 +02:00
parent 54e5449df5
commit 30088cab99
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -9777,7 +9777,7 @@ (define-public emacs-hl-todo
(define-public emacs-perspective
(package
(name "emacs-perspective")
(version "2.17")
(version "2.18")
(source
(origin
(method git-fetch)
@ -9786,7 +9786,7 @@ (define-public emacs-perspective
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1nmz39pcaa969g1966ykblzrz6lr3ddb0ip465y5in1fj498as6y"))))
(base32 "1r026cw6p2ss5wg8mxgzf6iv1lb9pdnqyf6yrqb914aibkrvp9b6"))))
(build-system emacs-build-system)
(arguments
`(#:tests? #t