gnu: emacs-plz: Update to 0.8.
* gnu/packages/emacs-xyz.scm (emacs-plz): Update to 0.8. Change-Id: I0ceb1582e58e7c12e4d60e9658f6ee3ffbe7ebc7 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>master
parent
c04c03b9dd
commit
72308f262c
|
@ -20947,7 +20947,7 @@ multiplexer.")
|
||||||
(define-public emacs-plz
|
(define-public emacs-plz
|
||||||
(package
|
(package
|
||||||
(name "emacs-plz")
|
(name "emacs-plz")
|
||||||
(version "0.7.2")
|
(version "0.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -20956,7 +20956,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 "0bbc8jr6xivzc7r701lnxmhcs7v56av780avyycaz1hpcmggl726"))))
|
(base32 "0vyx6vd90ifj4aza8k9h7ccb4ijs5n5k8hcn8ccm6jrw5h148c4v"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(inputs (list curl))
|
(inputs (list curl))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in New Issue