guix-commits
[Top][All Lists]
Advanced

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

14/42: gnu: emacs-datetime: Update to 0.9.1.


From: guix-commits
Subject: 14/42: gnu: emacs-datetime: Update to 0.9.1.
Date: Tue, 3 Oct 2023 16:54:47 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 668f5e0eeba01ebc7a65ff70adaeb27c8d2cfa13
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Oct 3 18:22:24 2023 +0200

    gnu: emacs-datetime: Update to 0.9.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-datetime): Update to 0.9.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 c528eef0d6..04465da8aa 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23446,7 +23446,7 @@ given function is invoked.")
 (define-public emacs-datetime
   (package
     (name "emacs-datetime")
-    (version "0.8")
+    (version "0.9.1")
     (source
      (origin
        (method git-fetch)
@@ -23455,7 +23455,7 @@ given function is invoked.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "01byg5c6ffhgpaiccdg1g5fkh1hk92br3hw3hpjqpwwpj9skg4yz"))))
+        (base32 "0d918312gpdiyx7zq8kdy19bdww6jqg94hs4j5l0n63bwrxsqdx2"))))
     (build-system emacs-build-system)
     (arguments
      `(#:include (cons "^[^/]*\\.extmap$" %default-include)))



reply via email to

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