guix-commits
[Top][All Lists]
Advanced

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

05/08: gnu: emacs-citar: Update to 1.0.


From: guix-commits
Subject: 05/08: gnu: emacs-citar: Update to 1.0.
Date: Sun, 14 Aug 2022 18:24:43 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit fa30df8a6570c3635566d9f18cd60e69fe82a057
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Aug 15 00:09:48 2022 +0200

    gnu: emacs-citar: Update to 1.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-citar): Update to 1.0.
---
 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 68e4f1c7cd..c125452841 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -18942,7 +18942,7 @@ automatically fetched from well-curated sources, and 
formatted as BibTeX.")
 (define-public emacs-citar
   (package
     (name "emacs-citar")
-    (version "0.9.7")
+    (version "1.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -18951,7 +18951,7 @@ automatically fetched from well-curated sources, and 
formatted as BibTeX.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1f49l1zmy4fnz75b0m2rav5jm8yp6hry44bv9xasiszyy3bn0hv8"))))
+                "1n69lkp7298gasm9hlbx9nhgp9ggh8w8ffyvi1rmbj96lcnpsyi9"))))
     (build-system emacs-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases



reply via email to

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