mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: emacs-plz: Update to 0.7.1.
* gnu/packages/emacs-xyz.scm (emacs-plz): Update to 0.7.1. Change-Id: I8fc92e8f1376cf951cf104caee84103296fa5e82
This commit is contained in:
parent
be8ce8a825
commit
7597ca5806
1 changed files with 2 additions and 2 deletions
|
@ -20398,7 +20398,7 @@ (define-public emacs-emamux
|
|||
(define-public emacs-plz
|
||||
(package
|
||||
(name "emacs-plz")
|
||||
(version "0.7")
|
||||
(version "0.7.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -20407,7 +20407,7 @@ (define-public emacs-plz
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "18lq7v2gglfnax5r1svh9p0fcd5hs745js57nl8bk58ba047a9q8"))))
|
||||
(base32 "0x2yhkdagwdqzjkaq54l095m3zvn49dg8y47wg27qdb5m2cjnswr"))))
|
||||
(build-system emacs-build-system)
|
||||
(inputs (list curl))
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue