GNU bug report logs -
#57811
[PATCH] gnu: gsimplecal: Update to 2.4.1.
Previous Next
Reported by: Hendursaga <hendursaga <at> aol.com>
Date: Wed, 14 Sep 2022 18:32:01 UTC
Severity: normal
Tags: patch
Done: Björn Höfling <bjoern.hoefling <at> bjoernhoefling.de>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Thu, 22 Sep 2022 11:16:18 +0200
with message-id <20220922111553.325b8b6a <at> alma-ubu.fritz.box>
and subject line pushed
has caused the debbugs.gnu.org bug report #57811,
regarding [PATCH] gnu: gsimplecal: Update to 2.4.1.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
57811: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=57811
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/calendar.scm (gsimplecal): Update to 2.4.1.
---
gnu/packages/calendar.scm | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/calendar.scm b/gnu/packages/calendar.scm
index 0267a6dcf7..ca25c4bec6 100644
--- a/gnu/packages/calendar.scm
+++ b/gnu/packages/calendar.scm
@@ -403,7 +403,7 @@ (define-public ccal
(license (list license:gpl2+ license:lgpl2.1+))))
(define-public gsimplecal
- (let ((version "2.2"))
+ (let ((version "2.4.1"))
(package
(name "gsimplecal")
(version version)
@@ -413,16 +413,17 @@ (define-public gsimplecal
(url "https://github.com/dmedvinsky/gsimplecal/")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
- (sha256 (base32
- "1qyf65l088dqsz25hm6s1cv18j52yaias0llqvpqwjfnvssa5cxg"))
+ (sha256
+ (base32
+ "0ypnq9q6v2l8jg0ah31d8502jig1rk2bz749ljj97wk0rg1rixpi"))
(modules '((guix build utils)))))
(build-system gnu-build-system)
(inputs (list gtk+))
- (native-inputs
- (list autoconf automake pkg-config))
+ (native-inputs (list autoconf automake pkg-config))
(home-page "https://dmedvinsky.github.io/gsimplecal/")
(synopsis "Lightweight calendar applet")
- (description "@command{gsimplecal} is a lightweight calendar application
+ (description
+ "@command{gsimplecal} is a lightweight calendar application
written in C++ using GTK. Launched once, it pops up a small calendar applet,
launched again it closes the running instance. It can additionally be
configured to show the current time in different timezones.")
--
2.37.1
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Pushed your patch as commit
84096a1e843181668df5adac0f58d931c714907a
Thanks,
Björn
[Message part 5 (application/pgp-signature, inline)]
This bug report was last modified 2 years and 302 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.