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.27.2.


From: guix-commits
Subject: branch master updated: gnu: emacs-ebib: Update to 2.27.2.
Date: Sun, 06 Dec 2020 06:17:03 -0500

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 34734b9  gnu: emacs-ebib: Update to 2.27.2.
34734b9 is described below

commit 34734b9dfcbf04fa865eee690a2ca22eba019296
Author: Ryan Desfosses <rdes@protonmail.com>
AuthorDate: Sat Dec 5 08:42:07 2020 -0500

    gnu: emacs-ebib: Update to 2.27.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-ebib): Update to 2.27.2.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 5eb8f7c..828b9c8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15034,7 +15034,7 @@ files to be expanded upon opening them.")
 (define-public emacs-ebib
   (package
     (name "emacs-ebib")
-    (version "2.22.1")
+    (version "2.27.2")
     (source
      (origin
        (method git-fetch)
@@ -15043,7 +15043,7 @@ files to be expanded upon opening them.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0spiz5r2y4pdpyc4d3f9w228giq0j9rm8f5h5akzn5rwiq9pfkwz"))))
+        (base32 "194pzhi8kylawsnc0p02nds9vk7ghw88s1dvd355b7m2vp92cnlf"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-parsebib" ,emacs-parsebib)))



reply via email to

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