gnu: emacs-plz: Update to 0.7.2.
* gnu/packages/emacs-xyz.scm (emacs-plz): Update to 0.7.2. Change-Id: I24ef66998d9a8b83169c185974f2ce2b3697dd4c
This commit is contained in:
parent
c3d8f39b5b
commit
b63b53b64e
1 changed files with 2 additions and 2 deletions
|
@ -20620,7 +20620,7 @@ multiplexer.")
|
||||||
(define-public emacs-plz
|
(define-public emacs-plz
|
||||||
(package
|
(package
|
||||||
(name "emacs-plz")
|
(name "emacs-plz")
|
||||||
(version "0.7.1")
|
(version "0.7.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -20629,7 +20629,7 @@ multiplexer.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0x2yhkdagwdqzjkaq54l095m3zvn49dg8y47wg27qdb5m2cjnswr"))))
|
(base32 "0bbc8jr6xivzc7r701lnxmhcs7v56av780avyycaz1hpcmggl726"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(inputs (list curl))
|
(inputs (list curl))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in a new issue