guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-parsebib: Update to 2.4.1.


From: guix-commits
Subject: branch master updated: gnu: emacs-parsebib: Update to 2.4.1.
Date: Wed, 17 Feb 2021 06:45:51 -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 0208f31  gnu: emacs-parsebib: Update to 2.4.1.
0208f31 is described below

commit 0208f313a29b17a384728e22b8e633c78215a701
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Feb 17 12:45:25 2021 +0100

    gnu: emacs-parsebib: Update to 2.4.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-parsebib): Update to 2.4.1.
---
 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 df370b3..c14d658 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -15773,7 +15773,7 @@ files to be expanded upon opening them.")
 (define-public emacs-parsebib
   (package
     (name "emacs-parsebib")
-    (version "2.3.3")
+    (version "2.4.1")
     (source
      (origin
        (method git-fetch)
@@ -15782,7 +15782,7 @@ files to be expanded upon opening them.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0mpgyy9qfb5x4fvlmb274hgayjbwf0bgk65dxyx31zikjwpcd56p"))))
+        (base32 "1d3ysh82gh5mg07hlz3ll782lldnaj0xmyabv18jln4y2xd7ncni"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/joostkremers/parsebib";)
     (synopsis "Library for parsing @file{.bib} files")



reply via email to

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