mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05: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
|
||||
(package
|
||||
(name "emacs-lcr")
|
||||
(version "1.3")
|
||||
(version "1.5")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -17216,7 +17216,7 @@ (define-public emacs-lcr
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1xhrjvlx3vbjkwx31w18y854hk15qf7h5ccg8yb3jdxl0pm9f41f"))))
|
||||
(base32 "0hhn0gqkwki0dfk6j759hmbj1ijn4bs550jh3kgy9jfmnb7cd81l"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-dash))
|
||||
|
|
Loading…
Reference in a new issue