gnu: emacs-epkg: Update to 3.3.3.

* gnu/packages/emacs-xyz.scm (emacs-epkg): Update to 3.3.3.
This commit is contained in:
Nicolas Goaziou 2022-02-18 11:01:44 +01:00
parent eac7a66dac
commit 6cc585919e
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -17560,7 +17560,7 @@ (define-public emacs-closql
(define-public emacs-epkg
(package
(name "emacs-epkg")
(version "3.3.2")
(version "3.3.3")
(source
(origin
(method git-fetch)
@ -17569,7 +17569,7 @@ (define-public emacs-epkg
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "18kjp0f5ch4mpd6yrd83p73pw7ykp2lv5686is8vcvyyys53jrf1"))))
(base32 "0d09ddlhvgp8rpybqmzvzpzdp1hjaq97wp2br4g90lpx2vclkgn7"))))
(build-system emacs-build-system)
(arguments
`(#:phases