mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: emacs-package-build: Update to 3.2.
* gnu/packages/emacs-xyz.scm (emacs-package-build): Update to 3.2.
This commit is contained in:
parent
8a8eea58ee
commit
0581f11181
1 changed files with 2 additions and 2 deletions
|
@ -723,7 +723,7 @@ (define-public emacs-hg-histedit
|
|||
(define-public emacs-package-build
|
||||
(package
|
||||
(name "emacs-package-build")
|
||||
(version "3.1")
|
||||
(version "3.2")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -732,7 +732,7 @@ (define-public emacs-package-build
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1gkqav0ipfk5gsklxrbggqrbphr12qg1qr6dpdi4f0hs0i11fr23"))))
|
||||
"02ngllr9lilpjsgdpk4628kdp0nwdlrkxj78bvi4jlhnbk4chh1c"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/melpa/package-build")
|
||||
(synopsis "Tools for assembling an Emacs package archive")
|
||||
|
|
Loading…
Reference in a new issue