mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-epkg: Update to 4.0.5.
* gnu/packages/emacs-xyz.scm (emacs-epkg): Update to 4.0.5. Change-Id: Ia1c6ad6bd7f57b1e3ea064d52e049a546f14028d
This commit is contained in:
parent
2a3f730aa8
commit
ccb8583025
1 changed files with 2 additions and 2 deletions
|
@ -25118,7 +25118,7 @@ match your personal coding style.")
|
|||
(define-public emacs-epkg
|
||||
(package
|
||||
(name "emacs-epkg")
|
||||
(version "4.0.3")
|
||||
(version "4.0.5")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -25127,7 +25127,7 @@ match your personal coding style.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0zdlymx44jgrzm68cnh636mpdazihqiakf5m3v1c2rhvh6cb6yg6"))))
|
||||
(base32 "1a6zw1z318ip4vnqfgv99b2knbm3qq6ji7spqq9g5w3lls40aqvx"))))
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
`(#:phases
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue