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


From: guix-commits
Subject: branch master updated: gnu: emacs-parsebib: Update to 4.1.
Date: Tue, 05 Jul 2022 04:10:32 -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 02ca41d901 gnu: emacs-parsebib: Update to 4.1.
02ca41d901 is described below

commit 02ca41d9019d28c8493d13286d10ec9fb2a752a1
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Jul 5 10:09:22 2022 +0200

    gnu: emacs-parsebib: Update to 4.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-parsebib): Update to 4.1.
    
    Fixes bug#56346.
---
 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 1b3decd41c..8099c8eee9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18810,7 +18810,7 @@ files to be expanded upon opening them.")
 (define-public emacs-parsebib
   (package
     (name "emacs-parsebib")
-    (version "3.1")
+    (version "4.1")
     (source
      (origin
        (method git-fetch)
@@ -18819,7 +18819,7 @@ files to be expanded upon opening them.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "08vrkadjxaw1w1bx8dg12kxxkvgl65p0d7gkpfhwpvv35k0d9z3y"))))
+        (base32 "1bsxhizwhri8ayryfq59ghkybrql611q2bnjd45hpj7armwq3s8m"))))
     (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]