ngz pushed a commit to branch master
in repository guix.
commit 834b344c725f8798fd365bf12813315a54b64a4d
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Sep 15 09:20:34 2024 +0200
gnu: emacs-epkg: Update to 4.0.1.
* gnu/packages/emacs-xyz.scm (emacs-epkg): Update to 4.0.1.
Change-Id: I26b0aa50f1736981c0e29cc23cab12c41f961bcf
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 30418f363c..520e206d92 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23877,7 +23877,7 @@ match your personal coding style.")
(define-public emacs-epkg
(package
(name "emacs-epkg")
- (version "4.0.0")
+ (version "4.0.1")
(source
(origin
(method git-fetch)
@@ -23886,7 +23886,7 @@ match your personal coding style.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0w06bpwbwsl3diypywfzrwp6l0kr3h34xja34xssym2bmdl11z8p"))))
+ (base32 "1sja71lzr1k1kh1332n03zy2gyjjywc3rip9ylmd85s9kg6im9hj"))))
(build-system emacs-build-system)
(arguments
`(#:phases