gnu: emacs-no-littering: Update to 1.2.5.
* gnu/packages/emacs-xyz.scm (emacs-no-littering): Update to 1.2.5.
This commit is contained in:
parent
1249251e9b
commit
cff39c76d6
1 changed files with 2 additions and 2 deletions
|
@ -28671,7 +28671,7 @@ launching other commands/applications from within Emacs, similar to the
|
|||
(define-public emacs-no-littering
|
||||
(package
|
||||
(name "emacs-no-littering")
|
||||
(version "1.2.4")
|
||||
(version "1.2.5")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -28680,7 +28680,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 "1gk1l5zk5r8alnzfbfsck5gxcwr55k04rd08sxmb4j9jds6w6zyv"))))
|
||||
(base32 "0rf05lfmr77yq7xqz1nd4bji6d2cipb3hd5ap9lrk6jiv7f72dr2"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/emacscollective/no-littering")
|
||||
(synopsis "Help keep @file{~/.emacs.d/} clean")
|
||||
|
|
Reference in a new issue