guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: emacs-org-agenda-files-track: Update to 0.4.0.


From: guix-commits
Subject: 03/03: gnu: emacs-org-agenda-files-track: Update to 0.4.0.
Date: Thu, 18 Jan 2024 02:53:47 -0500 (EST)

abcdw pushed a commit to branch master
in repository guix.

commit c49957de727746df47e0f0b86bc1c797e68167e6
Author: Nicolas Graves via Guix-patches via <guix-patches@gnu.org>
AuthorDate: Thu Dec 21 23:27:01 2023 +0100

    gnu: emacs-org-agenda-files-track: Update to 0.4.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-agenda-files-track): Update to 
0.4.0.
    
    Change-Id: I69e0efd85d03dc5202d18a47d4e05b82e01b0994
    Signed-off-by: Andrew Tropin <andrew@trop.in>
---
 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 2622f3895a..0b33b212db 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -31867,7 +31867,7 @@ current tree.")
 (define-public emacs-org-agenda-files-track
   (package
     (name "emacs-org-agenda-files-track")
-    (version "0.3.1")
+    (version "0.4.0")
     (source
      (origin
        (method git-fetch)
@@ -31876,7 +31876,7 @@ current tree.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0g59ckcrc9qd0h78qwq4qm3kn97nvnc2a0yj4g3fh74wr1mg80ad"))))
+        (base32 "0d7fhsinm2cj8vd7s54x5r6jhq3l36b7x6s8cy5r6y005h8kac50"))))
     (build-system emacs-build-system)
     (arguments
      (list #:include



reply via email to

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