mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-no-littering: Update to 1.7.6.
* gnu/packages/emacs-xyz.scm (emacs-no-littering): Update to 1.7.6. Change-Id: I3e26a308a123f865d2ff246fce579d47d39bf82f
This commit is contained in:
parent
7d5d490385
commit
38509d5f9a
1 changed files with 2 additions and 2 deletions
|
@ -40258,7 +40258,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.7.5")
|
(version "1.7.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -40267,7 +40267,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 "1qr0spndzv03h0lcs2bjajadp9rg7clm506bnwbcqwfqxz9cxnvx"))))
|
(base32 "0bfyd276v32yflxd1ad3x5rlndmw3fk7z4q0p79ff09m993fsb54"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments (list #:tests? #f)) ; no tests
|
(arguments (list #:tests? #f)) ; no tests
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue