guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-ebib: Update to 2.38.


From: guix-commits
Subject: branch master updated: gnu: emacs-ebib: Update to 2.38.
Date: Mon, 27 Jun 2022 17:20:31 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new b443098345 gnu: emacs-ebib: Update to 2.38.
b443098345 is described below

commit b44309834537d1cdc82f819fb04aff42cf257a39
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Jun 27 23:19:50 2022 +0200

    gnu: emacs-ebib: Update to 2.38.
    
    * gnu/packages/emacs-xyz.scm (emacs-ebib): Update to 2.38.
---
 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 0986064ecc..cf75b158da 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18831,7 +18831,7 @@ files to be expanded upon opening them.")
 (define-public emacs-ebib
   (package
     (name "emacs-ebib")
-    (version "2.34")
+    (version "2.38")
     (source
      (origin
        (method git-fetch)
@@ -18840,7 +18840,7 @@ files to be expanded upon opening them.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0al846i1dn5wrx3r0ak63m80g9j9xk2q5cpcpk63lq0l0gfdff2m"))))
+        (base32 "14pk3l0qhk219msxx6wxpf29dyx3kjcj769lcqyb5g05lclw9531"))))
     (build-system emacs-build-system)
     (propagated-inputs
      (list emacs-biblio emacs-ivy emacs-parsebib))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]