me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-no-littering): Update to 1.2.7.
master
Nicolas Goaziou 2022-07-11 11:53:03 +02:00
parent 3062ec28fe
commit 52abf14312
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

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