guix-commits
[Top][All Lists]
Advanced

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

07/25: gnu: emacs-datetime: Update to 0.10.1.


From: guix-commits
Subject: 07/25: gnu: emacs-datetime: Update to 0.10.1.
Date: Tue, 30 Apr 2024 13:17:39 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 17a71729d73735a7f53278bdd802e7bd997e8817
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Apr 30 18:47:20 2024 +0200

    gnu: emacs-datetime: Update to 0.10.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-datetime): Update to 0.10.1.
    
    Change-Id: I3981d3314781a955d3689b9f76e0c721f092c269
---
 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 4da639f8c3..d6274c77ac 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24360,7 +24360,7 @@ given function is invoked.")
 (define-public emacs-datetime
   (package
     (name "emacs-datetime")
-    (version "0.10")
+    (version "0.10.1")
     (source
      (origin
        (method git-fetch)
@@ -24369,7 +24369,7 @@ given function is invoked.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0prc29dhc0yvx1lv9ng9iif1x7c0k7x51x1d1z5pzz0vps0w1qsh"))))
+        (base32 "13fvpp9aashmlv9pc12fvf540f9s36wrcfskcx2hcm6r3kv91d54"))))
     (build-system emacs-build-system)
     (arguments
      `(#:include (cons "^[^/]*\\.extmap$" %default-include)))



reply via email to

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