ngz pushed a commit to branch master
in repository guix.

commit 14a66314086b704f42ea5ce1e0b65e6b05e206cc
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Mon Aug 19 21:37:58 2024 +0200

    gnu: emacs-epkg: Update to 4.0.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-epkg): Update to 4.0.0.
    [propagated-inputs]: Add emacs-llama.
    
    Change-Id: I2d0801eae310b92b2c210d1ab31e1cef8d8f40fa
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index cf1e161d2a..7e47f7ef54 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23650,7 +23650,7 @@ match your personal coding style.")
 (define-public emacs-epkg
   (package
     (name "emacs-epkg")
-    (version "3.3.3")
+    (version "4.0.0")
     (source
      (origin
        (method git-fetch)
@@ -23659,7 +23659,7 @@ match your personal coding style.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0d09ddlhvgp8rpybqmzvzpzdp1hjaq97wp2br4g90lpx2vclkgn7"))))
+        (base32 "0w06bpwbwsl3diypywfzrwp6l0kr3h34xja34xssym2bmdl11z8p"))))
     (build-system emacs-build-system)
     (arguments
      `(#:phases
@@ -23685,7 +23685,7 @@ match your personal coding style.")
     (native-inputs
      (list texinfo))
     (propagated-inputs
-     (list emacs-closql emacs-dash))
+     (list emacs-closql emacs-dash emacs-llama))
     (home-page "https://emacsmirror.net";)
     (synopsis "Browse the Emacsmirror package database")
     (description "This package provides access to a local copy of the

Reply via email to