mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: emacs-plz: Update to 0.6.
* gnu/packages/emacs-xyz.scm (emacs-plz): Update to 0.6.
This commit is contained in:
parent
68cc1d1c06
commit
5304c63678
1 changed files with 2 additions and 2 deletions
|
@ -19345,7 +19345,7 @@ (define-public emacs-emamux
|
||||||
(define-public emacs-plz
|
(define-public emacs-plz
|
||||||
(package
|
(package
|
||||||
(name "emacs-plz")
|
(name "emacs-plz")
|
||||||
(version "0.5.4")
|
(version "0.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -19354,7 +19354,7 @@ (define-public emacs-plz
|
||||||
(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 "1ccddvbhb3n02s2krgyqapll7kbzxjhldzn8g8gmnqfsmwpg9d2r"))))
|
(base32 "12hnsafv1bxkk1pb471i8hw0zy0yfla8afpcahlg4k4dni4dnqsm"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(inputs (list curl))
|
(inputs (list curl))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue