mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
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:
parent
a98102bb34
commit
738a71c286
1 changed files with 2 additions and 2 deletions
|
@ -27879,7 +27879,7 @@ (define-public emacs-dmenu
|
|||
(define-public emacs-no-littering
|
||||
(package
|
||||
(name "emacs-no-littering")
|
||||
(version "1.2.3")
|
||||
(version "1.2.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -27888,7 +27888,7 @@ (define-public emacs-no-littering
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1c6nq2sykbsjy30zakfpny503644bbwgb4pxhfsd4wywj5yyzw66"))))
|
||||
(base32 "1gk1l5zk5r8alnzfbfsck5gxcwr55k04rd08sxmb4j9jds6w6zyv"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/emacscollective/no-littering")
|
||||
(synopsis "Help keep @file{~/.emacs.d/} clean")
|
||||
|
|
Loading…
Reference in a new issue