gnu: emacs-no-littering: Update to 1.2.6.
* gnu/packages/emacs-xyz.scm (emacs-no-littering): Update to 1.2.6.master
parent
d11f9ac92a
commit
60657fa69c
|
@ -28841,7 +28841,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.5")
|
(version "1.2.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -28850,7 +28850,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 "0rf05lfmr77yq7xqz1nd4bji6d2cipb3hd5ap9lrk6jiv7f72dr2"))))
|
(base32 "1098wm46gi15pzh065fpxfjf8lr7jf2sg48yy9yzdi0dwdyz6l4c"))))
|
||||||
(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")
|
||||||
|
|
Reference in New Issue