mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 20:31:01 +01:00
gnu: emacs-no-littering: Update to 1.7.1.
* gnu/packages/emacs-xyz.scm (emacs-no-littering): Update to 1.7.1. Change-Id: I090f86c8eace2783fd91905882c9beb285359958
This commit is contained in:
parent
fae1e7dc89
commit
3e91ab1b5f
1 changed files with 2 additions and 2 deletions
|
@ -37106,7 +37106,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.0")
|
(version "1.7.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -37115,7 +37115,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 "062fdryl8yhk6qcj1x98qa732d9lfn8x9dsa25ss11c5x3sywjv4"))))
|
(base32 "1ldsyzdnc79byg07j2fckh6m48iq8ffp19y6chhhi2dci35zard7"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-compat))
|
(list emacs-compat))
|
||||||
|
|
Loading…
Add table
Reference in a new issue