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:
Nicolas Goaziou 2025-03-07 10:13:00 +01:00
parent 2a3f730aa8
commit ccb8583025
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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