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.4.
* gnu/packages/emacs-xyz.scm (emacs-no-littering): Update to 1.7.4. Change-Id: I3cb828c00cf57b5fd41a579658c5d8e525e17484
This commit is contained in:
parent
f566b5c076
commit
33683d0c8e
1 changed files with 2 additions and 2 deletions
|
@ -38163,7 +38163,7 @@ launching other commands/applications from within Emacs, similar to the
|
|||
(define-public emacs-no-littering
|
||||
(package
|
||||
(name "emacs-no-littering")
|
||||
(version "1.7.3")
|
||||
(version "1.7.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -38172,7 +38172,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 "04vwi1w6j80s2nlz7r1md82fxdckryncr93ixrif4xzqdwlbb0x9"))))
|
||||
(base32 "0l88l1np4s5925d6i33l1cas8mk0nwbgbyw7fa1akzj8qv6782sm"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-compat))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue