guix-commits
[Top][All Lists]
Advanced

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

21/40: gnu: emacs-citar: Update to 1.4.0.


From: guix-commits
Subject: 21/40: gnu: emacs-citar: Update to 1.4.0.
Date: Wed, 8 Nov 2023 09:31:03 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 30586802de4c252ae075ff9996926175b16b659b
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Nov 8 12:03:14 2023 +0100

    gnu: emacs-citar: Update to 1.4.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-citar): Update to 1.4.0.
    
    Change-Id: I98e0a753c496e0d67ad864ebc8fd0833926d3347
---
 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 6915ddb556..48a3f25615 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23193,7 +23193,7 @@ automatically fetched from well-curated sources, and 
formatted as BibTeX.")
 (define-public emacs-citar
   (package
     (name "emacs-citar")
-    (version "1.3.1")
+    (version "1.4.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -23202,7 +23202,7 @@ automatically fetched from well-curated sources, and 
formatted as BibTeX.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "12chdrmkggnpci1kdkkrz4a2bnsbzc8pra318zbnn3qxinlpngyy"))))
+                "07q94iplkx29lggrs5xfzj42rxfcn2cnbr90jgifk29jshcz30pv"))))
     (build-system emacs-build-system)
     (arguments
      (list



reply via email to

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