guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: emacs-citar: Update to 1.3.1.


From: guix-commits
Subject: 06/07: gnu: emacs-citar: Update to 1.3.1.
Date: Fri, 24 Mar 2023 19:28:34 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit ba8e1ab018d50fb41544b4c402f055ab08bd431a
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Mar 24 23:50:53 2023 +0100

    gnu: emacs-citar: Update to 1.3.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-citar): Update to 1.3.1.
---
 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 ddb15249e5..dd19010421 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21807,7 +21807,7 @@ automatically fetched from well-curated sources, and 
formatted as BibTeX.")
 (define-public emacs-citar
   (package
     (name "emacs-citar")
-    (version "1.3.0")
+    (version "1.3.1")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -21816,7 +21816,7 @@ automatically fetched from well-curated sources, and 
formatted as BibTeX.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0l4a8fy7z6xq7y2scnnc6bsfnlrb2arr4y9gxc3xfyazg43kk8rd"))))
+                "12chdrmkggnpci1kdkkrz4a2bnsbzc8pra318zbnn3qxinlpngyy"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

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