all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57811] [PATCH] gnu: gsimplecal: Update to 2.4.1.
       [not found] <20220914183028.9123-1-hendursaga.ref@aol.com>
@ 2022-09-14 18:30 ` Hendursaga via Guix-patches via
  2022-09-22  9:16   ` bug#57811: pushed Björn Höfling
  0 siblings, 1 reply; 2+ messages in thread
From: Hendursaga via Guix-patches via @ 2022-09-14 18:30 UTC (permalink / raw)
  To: 57811; +Cc: Hendursaga

* 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





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#57811: pushed
  2022-09-14 18:30 ` [bug#57811] [PATCH] gnu: gsimplecal: Update to 2.4.1 Hendursaga via Guix-patches via
@ 2022-09-22  9:16   ` Björn Höfling
  0 siblings, 0 replies; 2+ messages in thread
From: Björn Höfling @ 2022-09-22  9:16 UTC (permalink / raw)
  To: 57811-done; +Cc: Hendursaga

[-- Attachment #1: Type: text/plain, Size: 94 bytes --]

Pushed your patch as commit

84096a1e843181668df5adac0f58d931c714907a

Thanks,

Björn

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-22  9:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220914183028.9123-1-hendursaga.ref@aol.com>
2022-09-14 18:30 ` [bug#57811] [PATCH] gnu: gsimplecal: Update to 2.4.1 Hendursaga via Guix-patches via
2022-09-22  9:16   ` bug#57811: pushed Björn Höfling

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.