mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: emacs-persist: Update to 0.6.1.
* gnu/packages/emacs-xyz.scm (emacs-persist): Update to 0.6.1. Change-Id: I24d138307cc736e3c78df5366d26a5f173b91b51
This commit is contained in:
parent
0089adc1eb
commit
7a7a2e7ef2
1 changed files with 2 additions and 2 deletions
|
@ -36647,14 +36647,14 @@ (define-public emacs-auto-dictionary-mode
|
|||
(define-public emacs-persist
|
||||
(package
|
||||
(name "emacs-persist")
|
||||
(version "0.6")
|
||||
(version "0.6.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||
"persist-" version ".tar"))
|
||||
(sha256
|
||||
(base32 "0n68dshbbyrs713989bllmm1vypch8766hc8b4y989nmyclixjwp"))))
|
||||
(base32 "1a7lls81q247mbkcnifmsva16cfjjma6yihxmj5zrj8ac774z9j3"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://elpa.gnu.org/packages/persist.html")
|
||||
(synopsis "Persist variables between Emacs sessions")
|
||||
|
|
Loading…
Reference in a new issue