gnu: gsimplecal: Update to 2.4.1.

* gnu/packages/calendar.scm (gsimplecal): Update to 2.4.1.

Signed-off-by: Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
This commit is contained in:
Hendursaga 2022-09-14 14:30:29 -04:00 committed by Björn Höfling
parent da3bbcc991
commit 84096a1e84
No known key found for this signature in database
GPG Key ID: BF286CB6593E5FFD

@ -403,7 +403,7 @@ traditional Chinese characters.")
(license (list license:gpl2+ license:lgpl2.1+)))) (license (list license:gpl2+ license:lgpl2.1+))))
(define-public gsimplecal (define-public gsimplecal
(let ((version "2.2")) (let ((version "2.4.1"))
(package (package
(name "gsimplecal") (name "gsimplecal")
(version version) (version version)
@ -413,16 +413,17 @@ traditional Chinese characters.")
(url "https://github.com/dmedvinsky/gsimplecal/") (url "https://github.com/dmedvinsky/gsimplecal/")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (base32 (sha256
"1qyf65l088dqsz25hm6s1cv18j52yaias0llqvpqwjfnvssa5cxg")) (base32
"0ypnq9q6v2l8jg0ah31d8502jig1rk2bz749ljj97wk0rg1rixpi"))
(modules '((guix build utils))))) (modules '((guix build utils)))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (list gtk+)) (inputs (list gtk+))
(native-inputs (native-inputs (list autoconf automake pkg-config))
(list autoconf automake pkg-config))
(home-page "https://dmedvinsky.github.io/gsimplecal/") (home-page "https://dmedvinsky.github.io/gsimplecal/")
(synopsis "Lightweight calendar applet") (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, 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 launched again it closes the running instance. It can additionally be
configured to show the current time in different timezones.") configured to show the current time in different timezones.")