gnu: emacs-plz: Update to 0.7.
* gnu/packages/emacs-xyz.scm (emacs-plz): Update to 0.7.master
parent
c4c925a069
commit
77f43211f1
|
@ -19511,7 +19511,7 @@ multiplexer.")
|
||||||
(define-public emacs-plz
|
(define-public emacs-plz
|
||||||
(package
|
(package
|
||||||
(name "emacs-plz")
|
(name "emacs-plz")
|
||||||
(version "0.6")
|
(version "0.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -19520,7 +19520,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 "12hnsafv1bxkk1pb471i8hw0zy0yfla8afpcahlg4k4dni4dnqsm"))))
|
(base32 "18lq7v2gglfnax5r1svh9p0fcd5hs745js57nl8bk58ba047a9q8"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(inputs (list curl))
|
(inputs (list curl))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Reference in New Issue