1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-14 11:00:36 +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:
Nicolas Goaziou 2025-01-26 19:32:01 +01:00
parent 095848e2f5
commit 106c5e3d42
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -24841,7 +24841,7 @@ match your personal coding style.")
(define-public emacs-epkg
(package
(name "emacs-epkg")
(version "4.0.2")
(version "4.0.3")
(source
(origin
(method git-fetch)
@ -24850,7 +24850,7 @@ match your personal coding style.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "1kg0jd8067brd4772sd6r0lj7vbf5pxhbj916nd6293a0hc10i58"))))
(base32 "0zdlymx44jgrzm68cnh636mpdazihqiakf5m3v1c2rhvh6cb6yg6"))))
(build-system emacs-build-system)
(arguments
`(#:phases