guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: emacs-parsebib: Update to 2.3.3.


From: guix-commits
Subject: 01/02: gnu: emacs-parsebib: Update to 2.3.3.
Date: Fri, 1 May 2020 20:20:48 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 9dbcc8d0d52c6ed69cdeed7d7307d0d134febac1
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Sat May 2 02:19:16 2020 +0200

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



reply via email to

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