me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/emacs-xyz.scm (emacs-no-littering): Update to 1.3.0.
[propagated-inputs]: Add EMACS-COMPAT.
master
Nicolas Goaziou 2023-04-21 09:54:56 +02:00
parent ec13119d20
commit 823b1567cb
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 4 additions and 2 deletions
gnu/packages

View File

@ -33722,7 +33722,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.7") (version "1.3.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -33731,8 +33731,10 @@ 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 "1grc5fk7ng4d6i8fwfpm3cb2b19s9sbdjbdn8ybchk7cj45kkl24")))) (base32 "1vkypj2mm428kmawxnyaqg3v5xpcs5hkbmyvjkib8ib02psshxd7"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs
(list emacs-compat))
(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")
(description "The default paths used to store configuration files and (description "The default paths used to store configuration files and