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 (define-public emacs-epkg
(package (package
(name "emacs-epkg") (name "emacs-epkg")
(version "4.0.1") (version "4.0.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -24017,7 +24017,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 "1sja71lzr1k1kh1332n03zy2gyjjywc3rip9ylmd85s9kg6im9hj")))) (base32 "1kg0jd8067brd4772sd6r0lj7vbf5pxhbj916nd6293a0hc10i58"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(arguments (arguments
`(#:phases `(#:phases