all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#70780] [PATCH] gnu: kanshi: Update to 1.6.0.
@ 2024-05-05 11:20 Wilko Meyer
  2024-05-10 12:24 ` [bug#70780] [PATCH v2 1/2] " Wilko Meyer
  2024-06-06 19:04 ` [bug#70780] [PATCH v2 1/2] " Wilko Meyer
  0 siblings, 2 replies; 8+ messages in thread
From: Wilko Meyer @ 2024-05-05 11:20 UTC (permalink / raw)
  To: 70780; +Cc: Wilko Meyer

* gnu/packages/wm.scm (kanshi): Update to 1.6.0.

Change-Id: I2be95e7452f708c970f235a149695df69c22b33e
---
 gnu/packages/wm.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index f2cb77f5bf..16e45a5504 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2350,7 +2350,7 @@ (define-public mako
 (define-public kanshi
   (package
     (name "kanshi")
-    (version "1.5.1")
+    (version "1.6.0")
     (source
      (origin
        (method git-fetch)
@@ -2359,7 +2359,7 @@ (define-public kanshi
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1mc2zcqsv79y7682nwi1gn8p751zwflm9zirl98v2q2kvx334k8a"))))
+        (base32 "10ym28xkxbs6nkjk3clb680815606c42vagbshd9qs9cvc8zncra"))))
     (build-system meson-build-system)
     (inputs (list wayland))
     (native-inputs (list pkg-config scdoc))

base-commit: da9f509b0300f1b6b979c68a52d8669f9bcb89a7
-- 
2.41.0





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

end of thread, other threads:[~2024-06-13 20:44 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-05 11:20 [bug#70780] [PATCH] gnu: kanshi: Update to 1.6.0 Wilko Meyer
2024-05-10 12:24 ` [bug#70780] [PATCH v2 1/2] " Wilko Meyer
2024-05-10 12:25   ` [bug#70780] [PATCH v2 2/2] gnu: Add libscfg Wilko Meyer
2024-05-31 11:47     ` Ludovic Courtès
2024-06-06 19:10       ` Wilko Meyer
2024-06-06 19:04 ` [bug#70780] [PATCH v2 1/2] " Wilko Meyer
2024-06-06 19:04   ` [bug#70780] [PATCH v2 2/2] gnu: kanshi: Update to 1.6.0 Wilko Meyer
2024-06-13 20:42   ` bug#70780: [PATCH v2 1/2] gnu: Add libscfg Ludovic Courtès

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.