me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-no-littering): Update to 1.2.3.
master
Nicolas Goaziou 2021-10-03 21:44:18 +02:00
parent 61faa4914e
commit f446806107
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -27853,7 +27853,7 @@ launching other commands/applications from within Emacs, similar to the
(define-public emacs-no-littering
(package
(name "emacs-no-littering")
(version "1.2.2")
(version "1.2.3")
(source
(origin
(method git-fetch)
@ -27862,7 +27862,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 "1kbbbx1agzcxc5n1b6cavdx3wjxz6mgi9rafja8mk8cyaaiz0rkd"))))
(base32 "1c6nq2sykbsjy30zakfpny503644bbwgb4pxhfsd4wywj5yyzw66"))))
(build-system emacs-build-system)
(home-page "https://github.com/emacscollective/no-littering")
(synopsis "Help keep @file{~/.emacs.d/} clean")