guix-commits
[Top][All Lists]
Advanced

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

17/44: gnu: emacs-datetime: Update to 0.8.


From: guix-commits
Subject: 17/44: gnu: emacs-datetime: Update to 0.8.
Date: Fri, 1 Sep 2023 16:23:05 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit b84f94b88bfe362f215941c1d5c082ad8c134590
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Sep 1 21:36:42 2023 +0200

    gnu: emacs-datetime: Update to 0.8.
    
    * gnu/packages/emacs-xyz.scm (emacs-datetime): Update to 0.8.
---
 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 9df9b58dbf..c224f2b007 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23225,7 +23225,7 @@ given function is invoked.")
 (define-public emacs-datetime
   (package
     (name "emacs-datetime")
-    (version "0.7.2")
+    (version "0.8")
     (source
      (origin
        (method git-fetch)
@@ -23234,7 +23234,7 @@ given function is invoked.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "10nf3y4abwkwvi4g11mdwi0dydy4kzfyv21y06dsxm1hc1gmq7zx"))))
+        (base32 "01byg5c6ffhgpaiccdg1g5fkh1hk92br3hw3hpjqpwwpj9skg4yz"))))
     (build-system emacs-build-system)
     (arguments
      `(#:include (cons "^[^/]*\\.extmap$" %default-include)))



reply via email to

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