gnu: emacs-epkg: Update to 4.0.2.

* gnu/packages/emacs-xyz.scm (emacs-epkg): Update to 4.0.2.

Change-Id: I298872e7e6fea6609ac5437737b72c76132a1aa1
This commit is contained in:
Nicolas Goaziou 2024-10-12 11:42:58 +02:00
parent 184d108e31
commit f69dbfbe66
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

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