me
/
guix
Archived
1
0
Fork 0

gnu: emacs-lcr: Update to 1.3.

* gnu/packages/emacs-xyz.scm (emacs-lcr): Update to 1.3.
master
Nicolas Goaziou 2022-10-08 21:01:02 +02:00
parent 650c9c2400
commit 0b7abd5ab7
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -17197,7 +17197,7 @@ editing RPM spec files.")
(define-public emacs-lcr
(package
(name "emacs-lcr")
(version "1.2")
(version "1.3")
(source
(origin
(method git-fetch)
@ -17206,7 +17206,7 @@ editing RPM spec files.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1856i3xll0pjrnh9r1xvi8lywpnixps2znvkvvd5505wcp20bcxf"))))
(base32 "1xhrjvlx3vbjkwx31w18y854hk15qf7h5ccg8yb3jdxl0pm9f41f"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-dash))