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.0.
* gnu/packages/emacs-xyz.scm (emacs-no-littering): Update to 1.7.0. Change-Id: Ic0bd155bc1b06828ffb6fc48ff2eb9953cfdad9e
This commit is contained in:
parent
bc8363f644
commit
6c3e14c32d
1 changed files with 2 additions and 2 deletions
|
@ -36639,7 +36639,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.5.0")
|
(version "1.7.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -36648,7 +36648,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 "14f07irjbk3akc07a0y5awyflmhsxvj8gg67y81zp90danjkgvvr"))))
|
(base32 "062fdryl8yhk6qcj1x98qa732d9lfn8x9dsa25ss11c5x3sywjv4"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-compat))
|
(list emacs-compat))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue