guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 04598b5d06f76da9b84548ff4974f0da0f1e2e01
Author: Alexey Abramov <[email protected]>
AuthorDate: Fri Feb 6 20:02:25 2026 +0100

    gnu: remind: Update to 6.02.01.
    
    * gnu/packages/calendar.scm (remind): Update to 6.02.01.
    
    Merges: https://codeberg.org/guix/guix/pulls/6190
    Change-Id: I294d50fb608a9de08381e215c5b6a73f4074827a
    Signed-off-by: Sharlatan Hellseher <[email protected]>
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/calendar.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/calendar.scm b/gnu/packages/calendar.scm
index 16fdd9ce3f..40ffdcb945 100644
--- a/gnu/packages/calendar.scm
+++ b/gnu/packages/calendar.scm
@@ -330,7 +330,7 @@ command-line interface} and a @acronym{TUI, textual user 
interface} named
 (define-public remind
   (package
     (name "remind")
-    (version "6.0.1")
+    (version "6.02.01")
     (source
      (origin
        (method url-fetch)
@@ -341,7 +341,7 @@ command-line interface} and a @acronym{TUI, textual user 
interface} named
                                         ".")
                            ".tar.gz"))
        (sha256
-        (base32 "01zhs8lgncpm1229s7b49fhnwwnxyyan845gb47ppkfn03vvc187"))))
+        (base32 "1hp24d48nhlv6f7p6sj4qnqc9pyfgyhjah8w9426bzkqkqb31j9c"))))
     (properties
      `((output-synopsis "tcl" "graphical front-end to Remind calendar 
program")))
     (build-system gnu-build-system)

Reply via email to