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>
This commit is contained in:
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

View file

@ -5897,7 +5897,7 @@ (define-public emacs-hl-todo
(define-public emacs-perspective
(package
(name "emacs-perspective")
(version "2.2")
(version "2.8")
(source
(origin
(method git-fetch)
@ -5907,7 +5907,7 @@ (define-public emacs-perspective
(file-name (git-file-name name version))
(sha256
(base32
"0pd5sqrrz6y3md20yh6ffy32jdcgb1gc9b4j14pm6r54bqxik68h"))))
"1gdacw1gkng1dhm12lhfssmac0fijsh3wpbvcmsv2jz3gpnjin1g"))))
(build-system emacs-build-system)
(home-page "https://github.com/nex3/perspective-el")
(synopsis "Switch between named \"perspectives\"")