guix-commits
[Top][All Lists]
Advanced

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

10/24: gnu: emacs-citar: Update to 1.2.0.


From: guix-commits
Subject: 10/24: gnu: emacs-citar: Update to 1.2.0.
Date: Wed, 15 Mar 2023 19:18:20 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 179eaf02c4a51e0a5e8d4946ddffa545d59f21fb
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Mar 15 23:26:16 2023 +0100

    gnu: emacs-citar: Update to 1.2.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-citar): Update to 1.2.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 230d8bedc3..dc5baf71c0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21770,7 +21770,7 @@ automatically fetched from well-curated sources, and 
formatted as BibTeX.")
 (define-public emacs-citar
   (package
     (name "emacs-citar")
-    (version "1.1")
+    (version "1.2.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -21779,7 +21779,7 @@ automatically fetched from well-curated sources, and 
formatted as BibTeX.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1d7qp580b9svgykpmcdyij8lja23b20sprc7653dbl4zj7ncxxry"))))
+                "186h6wbjwh7ws3jmc81wx2cv7gbppl2j3gwdq67crhml5xjc4fh7"))))
     (build-system emacs-build-system)
     (arguments
      `(#:phases (modify-phases %standard-phases



reply via email to

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