mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-23 21:17:11 -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
|
||||
(package
|
||||
(name "emacs-plz")
|
||||
(version "0.5.4")
|
||||
(version "0.6")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -19354,7 +19354,7 @@ (define-public emacs-plz
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1ccddvbhb3n02s2krgyqapll7kbzxjhldzn8g8gmnqfsmwpg9d2r"))))
|
||||
(base32 "12hnsafv1bxkk1pb471i8hw0zy0yfla8afpcahlg4k4dni4dnqsm"))))
|
||||
(build-system emacs-build-system)
|
||||
(inputs (list curl))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue