me
/
guix
Archived
1
0
Fork 0

gnu: emacs-no-littering: Update to 1.2.0.

* gnu/packages/emacs-xyz.scm(emacs-no-littering): Update to 1.2.0.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
master
Zhu Zihao 2020-11-08 11:46:25 +08:00 committed by Nicolas Goaziou
parent fc4338b88f
commit 3140cff981
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -24352,7 +24352,7 @@ launching other commands/applications from within Emacs, similar to the
(define-public emacs-no-littering
(package
(name "emacs-no-littering")
(version "1.0.3")
(version "1.2.0")
(source
(origin
(method git-fetch)
@ -24361,7 +24361,7 @@ launching other commands/applications from within Emacs, similar to the
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "17is06l0w6glppabv2kaclrnqi3dqb6p6alpslpg7lrjd8vd45ir"))))
(base32 "1hma9var0nmrmjlh16s49hbfc1s4jvfd2prqxf14lxfd51404niw"))))
(build-system emacs-build-system)
(home-page "https://github.com/emacscollective/no-littering")
(synopsis "Help keep ~/.emacs.d/ clean")