mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: emacs-lcr: Update to 1.2.
* gnu/packages/emacs-xyz.scm (emacs-lcr): Update to 1.2.
This commit is contained in:
parent
c558fed4db
commit
63cece5787
1 changed files with 2 additions and 2 deletions
|
@ -17199,7 +17199,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.1")
|
(version "1.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -17208,7 +17208,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 "0mc55icihxqpf8b05990q1lc2nj2792wcgyr73xsiqx0963sjaj8"))))
|
(base32 "1856i3xll0pjrnh9r1xvi8lywpnixps2znvkvvd5505wcp20bcxf"))))
|
||||||
(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