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

* gnu/packages/emacs-xyz.scm (emacs-no-littering): Update to 1.2.4.
This commit is contained in:
Nicolas Goaziou 2022-01-02 11:00:34 +01:00
parent a98102bb34
commit 738a71c286
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -27879,7 +27879,7 @@ launching other commands/applications from within Emacs, similar to the
(define-public emacs-no-littering (define-public emacs-no-littering
(package (package
(name "emacs-no-littering") (name "emacs-no-littering")
(version "1.2.3") (version "1.2.4")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -27888,7 +27888,7 @@ launching other commands/applications from within Emacs, similar to the
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1c6nq2sykbsjy30zakfpny503644bbwgb4pxhfsd4wywj5yyzw66")))) (base32 "1gk1l5zk5r8alnzfbfsck5gxcwr55k04rd08sxmb4j9jds6w6zyv"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/emacscollective/no-littering") (home-page "https://github.com/emacscollective/no-littering")
(synopsis "Help keep @file{~/.emacs.d/} clean") (synopsis "Help keep @file{~/.emacs.d/} clean")