guix-commits
[Top][All Lists]
Advanced

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

08/17: gnu: emacs-citar: Update to 1.3.0.


From: guix-commits
Subject: 08/17: gnu: emacs-citar: Update to 1.3.0.
Date: Fri, 24 Mar 2023 05:14:34 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 643b8598344757a010f714533f9b92ca75b13848
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Mar 24 09:41:48 2023 +0100

    gnu: emacs-citar: Update to 1.3.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-citar): Update to 1.3.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 8acfa62f27..5552adceab 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21788,7 +21788,7 @@ automatically fetched from well-curated sources, and 
formatted as BibTeX.")
 (define-public emacs-citar
   (package
     (name "emacs-citar")
-    (version "1.2.0")
+    (version "1.3.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -21797,7 +21797,7 @@ automatically fetched from well-curated sources, and 
formatted as BibTeX.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "186h6wbjwh7ws3jmc81wx2cv7gbppl2j3gwdq67crhml5xjc4fh7"))))
+                "0l4a8fy7z6xq7y2scnnc6bsfnlrb2arr4y9gxc3xfyazg43kk8rd"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

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