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


From: guix-commits
Subject: branch master updated: gnu: emacs-parsebib: Update to 3.0.1.
Date: Fri, 13 Aug 2021 08:31:19 -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 6835d3e  gnu: emacs-parsebib: Update to 3.0.1.
6835d3e is described below

commit 6835d3e79072b11d94a77b1797aa14cefb7fff11
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Aug 13 14:27:45 2021 +0200

    gnu: emacs-parsebib: Update to 3.0.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-parsebib): Update to 3.0.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 403f89a..5f9be4c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -17354,7 +17354,7 @@ files to be expanded upon opening them.")
 (define-public emacs-parsebib
   (package
     (name "emacs-parsebib")
-    (version "2.4.1")
+    (version "3.0.1")
     (source
      (origin
        (method git-fetch)
@@ -17363,7 +17363,7 @@ files to be expanded upon opening them.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1d3ysh82gh5mg07hlz3ll782lldnaj0xmyabv18jln4y2xd7ncni"))))
+        (base32 "1hd6izpb4irinjmfy7zxy8fqnr1fm4iw2sipvl9261nm68dzha6z"))))
     (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]