mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
gnu: emacs-epkg: Update to 4.0.3.
* gnu/packages/emacs-xyz.scm (emacs-epkg): Update to 4.0.3. Change-Id: I1abe5c375e78bcd57c236cccf3e0030f1d992f9b
This commit is contained in:
parent
095848e2f5
commit
106c5e3d42
1 changed files with 2 additions and 2 deletions
|
@ -24841,7 +24841,7 @@ match your personal coding style.")
|
||||||
(define-public emacs-epkg
|
(define-public emacs-epkg
|
||||||
(package
|
(package
|
||||||
(name "emacs-epkg")
|
(name "emacs-epkg")
|
||||||
(version "4.0.2")
|
(version "4.0.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -24850,7 +24850,7 @@ match your personal coding style.")
|
||||||
(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 "1kg0jd8067brd4772sd6r0lj7vbf5pxhbj916nd6293a0hc10i58"))))
|
(base32 "0zdlymx44jgrzm68cnh636mpdazihqiakf5m3v1c2rhvh6cb6yg6"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue