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>
This commit is contained in:
parent
43986e8d6b
commit
b8c61a98b5
1 changed files with 2 additions and 2 deletions
|
@ -6480,7 +6480,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.10")
|
(version "2.11")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -6490,7 +6490,7 @@ regexp that matches all known keywords.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xfcm69nd6f9chwlqfz5vd8nnyl5mwharxjrn1m515568dqrk62x"))))
|
"0nka5z6226r174ligja023qx2bb1pfyjbanafxprbyxkr17b2794"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #t
|
`(#:tests? #t
|
||||||
|
|
Reference in a new issue