[PATCH] gnu: gsimplecal: Update to 2.4.1.

  • Done
  • quality assurance status badge
Details
2 participants
  • Björn Höfling
  • Hendursaga
Owner
unassigned
Submitted by
Hendursaga
Severity
normal

Debbugs page

Hendursaga wrote 2 years ago
(address . guix-patches@gnu.org)(name . Hendursaga)(address . hendursaga@aol.com)
20220914183028.9123-1-hendursaga@aol.com
* gnu/packages/calendar.scm (gsimplecal): Update to 2.4.1.
---
gnu/packages/calendar.scm | 13 +++++++------
1 file changed, 7 insertions(+), 6 deletions(-)

Toggle diff (38 lines)
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
Björn Höfling wrote 2 years ago
pushed
(address . 57811-done@debbugs.gnu.org)(name . Hendursaga)(address . hendursaga@aol.com)
20220922111553.325b8b6a@alma-ubu.fritz.box
Pushed your patch as commit

84096a1e843181668df5adac0f58d931c714907a

Thanks,

Björn
-----BEGIN PGP SIGNATURE-----

iF0EAREKAB0WIQQiGUP0np8nb5SZM4K/KGy2WT5f/QUCYywn4gAKCRC/KGy2WT5f
/VxUAJ47KxHvbE+M8qi4Flizetkf3IlFvwCgjZr4ZvX8lHXkIpfAzwXwlksWgvg=
=xsHP
-----END PGP SIGNATURE-----


Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 57811@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 57811
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help