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 (define-public emacs-epkg
(package (package
(name "emacs-epkg") (name "emacs-epkg")
(version "4.0.3") (version "4.0.5")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -25127,7 +25127,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 "0zdlymx44jgrzm68cnh636mpdazihqiakf5m3v1c2rhvh6cb6yg6")))) (base32 "1a6zw1z318ip4vnqfgv99b2knbm3qq6ji7spqq9g5w3lls40aqvx"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:phases `(#:phases