guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-helm-bibtex: Update to 2.0.0-2.d447123


From: guix-commits
Subject: branch master updated: gnu: emacs-helm-bibtex: Update to 2.0.0-2.d447123.
Date: Wed, 12 Feb 2020 09:14:15 -0500

This is an automated email from the git hooks/post-receive script.

pgarlick pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 971cc1b  gnu: emacs-helm-bibtex: Update to 2.0.0-2.d447123.
971cc1b is described below

commit 971cc1b533e20b289f78b4a76f8c019ed853eaf0
Author: Paul Garlick <address@hidden>
AuthorDate: Wed Feb 12 14:03:01 2020 +0000

    gnu: emacs-helm-bibtex: Update to 2.0.0-2.d447123.
    
    * gnu/packages/emacs-xyz.scm (emacs-helm-bibtex): Update to 2.0.0-2.d447123.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0a7c870..4f42176 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -12623,8 +12623,8 @@ automatically fetched from well-curated sources, and 
formatted as BibTeX.")
     (license license:gpl3+)))
 
 (define-public emacs-helm-bibtex
-  (let ((commit "8ed898fb5a68f18e9bb9973832a5c1f8abcfc463")
-        (revision "1"))
+  (let ((commit "d4471232be26793fbf56c0ac3690b5f537c378b9")
+        (revision "2"))
     (package
       (name "emacs-helm-bibtex")
       (version (string-append "2.0.0" "-" revision "."
@@ -12638,7 +12638,7 @@ automatically fetched from well-curated sources, and 
formatted as BibTeX.")
          (file-name (git-file-name name version))
          (sha256
           (base32
-           "14lyx0vbqr97p3anzrsp7m3q0kqclyjcdwplpraim403fcklzbnz"))))
+           "1bkzhic6qckb267025il1r3xcpz99kisphxiafni1pxvf9jafr0j"))))
       (build-system emacs-build-system)
       (propagated-inputs
        `(("emacs-helm" ,emacs-helm)



reply via email to

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