mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
gnu: emacs-lcr: Update to 1.5.
* gnu/packages/emacs-xyz.scm (emacs-lcr): Update to 1.5.
This commit is contained in:
parent
6bb130d64b
commit
88ed4692d1
1 changed files with 2 additions and 2 deletions
|
@ -17207,7 +17207,7 @@ (define-public emacs-rpm-spec-mode
|
||||||
(define-public emacs-lcr
|
(define-public emacs-lcr
|
||||||
(package
|
(package
|
||||||
(name "emacs-lcr")
|
(name "emacs-lcr")
|
||||||
(version "1.3")
|
(version "1.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -17216,7 +17216,7 @@ (define-public emacs-lcr
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1xhrjvlx3vbjkwx31w18y854hk15qf7h5ccg8yb3jdxl0pm9f41f"))))
|
(base32 "0hhn0gqkwki0dfk6j759hmbj1ijn4bs550jh3kgy9jfmnb7cd81l"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list emacs-dash))
|
(list emacs-dash))
|
||||||
|
|
Loading…
Reference in a new issue