me
/
guix
Archived
1
0
Fork 0

gnu: emacs-perspective: Update to 2.8.

* gnu/packages/emacs-xyz.scm (emacs-perspective): Update to 2.8.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
master
Michael Rohleder 2020-06-01 14:29:38 +02:00 committed by Nicolas Goaziou
parent 7a99c58c45
commit 1a5706df6f
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -5897,7 +5897,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.2") (version "2.8")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -5907,7 +5907,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
"0pd5sqrrz6y3md20yh6ffy32jdcgb1gc9b4j14pm6r54bqxik68h")))) "1gdacw1gkng1dhm12lhfssmac0fijsh3wpbvcmsv2jz3gpnjin1g"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/nex3/perspective-el") (home-page "https://github.com/nex3/perspective-el")
(synopsis "Switch between named \"perspectives\"") (synopsis "Switch between named \"perspectives\"")