guix-commits
[Top][All Lists]
Advanced

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

32/42: gnu: emacs-org-super-agenda: Update to 1.3.


From: guix-commits
Subject: 32/42: gnu: emacs-org-super-agenda: Update to 1.3.
Date: Tue, 3 Oct 2023 16:54:51 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 7947feb090785b54ad1b4329af5134ca0f4d1b55
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Oct 3 21:29:48 2023 +0200

    gnu: emacs-org-super-agenda: Update to 1.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-org-super-agenda): Update to 1.3.
---
 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 97c40e2aa4..9aa7042924 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22528,7 +22528,7 @@ for defining recurring tasks and easily scheduling 
them.")
 (define-public emacs-org-super-agenda
   (package
     (name "emacs-org-super-agenda")
-    (version "1.2")
+    (version "1.3")
     (source
      (origin
        (method git-fetch)
@@ -22537,7 +22537,7 @@ for defining recurring tasks and easily scheduling 
them.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "10l9h2n09cql4ih7nc0ma3ghdsq9l5v9xlj1lg7kq67icdwjlsvy"))))
+        (base32 "07fv4zgmfc8ppppbr7ylhx89wcw6r6vmz4a6pg0iy4v7sn5pp1wa"))))
     (build-system emacs-build-system)
     (arguments
      `(#:tests? #f                  ;FIXNE: Tests try to read "~/org/test.org"



reply via email to

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