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


From: guix-commits
Subject: branch master updated: gnu: emacs-parsebib: Update to 3.1.
Date: Thu, 09 Dec 2021 18:34:50 -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 603d518  gnu: emacs-parsebib: Update to 3.1.
603d518 is described below

commit 603d51829fb78d586b8821daf0f018c2841c1f31
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Dec 10 00:33:53 2021 +0100

    gnu: emacs-parsebib: Update to 3.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-parsebib): Update to 3.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 8e89eda..d067a25 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17869,7 +17869,7 @@ files to be expanded upon opening them.")
 (define-public emacs-parsebib
   (package
     (name "emacs-parsebib")
-    (version "3.0.1")
+    (version "3.1")
     (source
      (origin
        (method git-fetch)
@@ -17878,7 +17878,7 @@ files to be expanded upon opening them.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1hd6izpb4irinjmfy7zxy8fqnr1fm4iw2sipvl9261nm68dzha6z"))))
+        (base32 "08vrkadjxaw1w1bx8dg12kxxkvgl65p0d7gkpfhwpvv35k0d9z3y"))))
     (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]