gnu: emacs-lcr: Update to 1.2.

* gnu/packages/emacs-xyz.scm (emacs-lcr): Update to 1.2.
This commit is contained in:
Nicolas Goaziou 2022-10-07 00:47:42 +02:00
parent c558fed4db
commit 63cece5787
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -17199,7 +17199,7 @@ (define-public emacs-rpm-spec-mode
(define-public emacs-lcr
(package
(name "emacs-lcr")
(version "1.1")
(version "1.2")
(source
(origin
(method git-fetch)
@ -17208,7 +17208,7 @@ (define-public emacs-lcr
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0mc55icihxqpf8b05990q1lc2nj2792wcgyr73xsiqx0963sjaj8"))))
(base32 "1856i3xll0pjrnh9r1xvi8lywpnixps2znvkvvd5505wcp20bcxf"))))
(build-system emacs-build-system)
(propagated-inputs
(list emacs-dash))