all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#72763] [PATCH] gnu: kanshi: Update to 1.7.0.
@ 2024-08-22 20:44 Wilko Meyer
  2024-08-23 14:44 ` bug#72763: " Zheng Junjie
  0 siblings, 1 reply; 2+ messages in thread
From: Wilko Meyer @ 2024-08-22 20:44 UTC (permalink / raw)
  To: 72763; +Cc: Wilko Meyer

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

Change-Id: Ieb5a8c732bf19eb7693a22587e5eee1c72cbf8c5
---
Hi Guix,

There's been a recent kanshi release, so we should update the package
accordingly. Builds successfully on my machine.

 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 da1695ff62..16a85981f4 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2363,7 +2363,7 @@ (define-public mako
 (define-public kanshi
   (package
     (name "kanshi")
-    (version "1.6.0")
+    (version "1.7.0")
     (source
      (origin
        (method git-fetch)
@@ -2372,7 +2372,7 @@ (define-public kanshi
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "10ym28xkxbs6nkjk3clb680815606c42vagbshd9qs9cvc8zncra"))))
+        (base32 "0g5glpkcn54ypfym4lpfdjai479yfazcai1rg86bn72nkcbpwfql"))))
     (build-system meson-build-system)
     (inputs (list wayland))
     (native-inputs (list pkg-config scdoc libscfg))

base-commit: 23536a9871464b1f3b3d73e808e13d8f2a2366dd
-- 
2.45.2





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

* bug#72763: [PATCH] gnu: kanshi: Update to 1.7.0.
  2024-08-22 20:44 [bug#72763] [PATCH] gnu: kanshi: Update to 1.7.0 Wilko Meyer
@ 2024-08-23 14:44 ` Zheng Junjie
  0 siblings, 0 replies; 2+ messages in thread
From: Zheng Junjie @ 2024-08-23 14:44 UTC (permalink / raw)
  To: Wilko Meyer; +Cc: 72763-done

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

Wilko Meyer <w@wmeyer.eu> writes:

> * gnu/packages/wm.scm (kanshi): Update to 1.7.0.
>
> Change-Id: Ieb5a8c732bf19eb7693a22587e5eee1c72cbf8c5
> ---
> Hi Guix,
>
> There's been a recent kanshi release, so we should update the package
> accordingly. Builds successfully on my machine.
>
>  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 da1695ff62..16a85981f4 100644
> --- a/gnu/packages/wm.scm
> +++ b/gnu/packages/wm.scm
> @@ -2363,7 +2363,7 @@ (define-public mako
>  (define-public kanshi
>    (package
>      (name "kanshi")
> -    (version "1.6.0")
> +    (version "1.7.0")
>      (source
>       (origin
>         (method git-fetch)
> @@ -2372,7 +2372,7 @@ (define-public kanshi
>               (commit (string-append "v" version))))
>         (file-name (git-file-name name version))
>         (sha256
> -        (base32 "10ym28xkxbs6nkjk3clb680815606c42vagbshd9qs9cvc8zncra"))))
> +        (base32 "0g5glpkcn54ypfym4lpfdjai479yfazcai1rg86bn72nkcbpwfql"))))
>      (build-system meson-build-system)
>      (inputs (list wayland))
>      (native-inputs (list pkg-config scdoc libscfg))
>
> base-commit: 23536a9871464b1f3b3d73e808e13d8f2a2366dd

push, and fix cross-compilation. close.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

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

end of thread, other threads:[~2024-08-23 15:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-22 20:44 [bug#72763] [PATCH] gnu: kanshi: Update to 1.7.0 Wilko Meyer
2024-08-23 14:44 ` bug#72763: " Zheng Junjie

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.