all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#71318] [PATCH] gnu: waybar: Update to 0.10.3.
@ 2024-06-01 19:41 Simeon Prause
  2024-06-22 13:45 ` bug#71318: " Zheng Junjie
  0 siblings, 1 reply; 2+ messages in thread
From: Simeon Prause @ 2024-06-01 19:41 UTC (permalink / raw)
  To: 71318

From 6f7a21b4e93969bde6d885c6bb9de76c2b98ffcb Mon Sep 17 00:00:00 2001
From: Simeon Prause <simeon.prause@campus.tu-berlin.de>
Date: Thu, 30 May 2024 23:48:59 +0200
Subject: [PATCH] gnu: waybar: Update to 0.10.3.

Change-Id: I0b62cb4b5d2129d11aa415166c9cbce9abdf0456
---
 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 8f74076cfd..c23cf63cff 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2219,7 +2219,7 @@ (define-public swaynotificationcenter
 (define-public waybar
   (package
     (name "waybar")
-    (version "0.10.2")
+    (version "0.10.3")
     (source
      (origin
        (method git-fetch)
@@ -2228,7 +2228,7 @@ (define-public waybar
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0h8anmzhbimgdjnbg79al32d5acbfyrh3sf8wcsbx1296qpd6af6"))))
+        (base32 "04xd61ycn1nisq1s5ch14zkbsjcfcy6n29nkjn68s2ribmws0iid"))))
     (build-system meson-build-system)
     (arguments
      (list #:configure-flags #~(list "--wrap-mode=nodownload")))
-- 
2.41.0





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

* bug#71318: [PATCH] gnu: waybar: Update to 0.10.3.
  2024-06-01 19:41 [bug#71318] [PATCH] gnu: waybar: Update to 0.10.3 Simeon Prause
@ 2024-06-22 13:45 ` Zheng Junjie
  0 siblings, 0 replies; 2+ messages in thread
From: Zheng Junjie @ 2024-06-22 13:45 UTC (permalink / raw)
  To: Simeon Prause; +Cc: 71318-done

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

Simeon Prause <simeon.prause@campus.tu-berlin.de> writes:

> From 6f7a21b4e93969bde6d885c6bb9de76c2b98ffcb Mon Sep 17 00:00:00 2001
> From: Simeon Prause <simeon.prause@campus.tu-berlin.de>
> Date: Thu, 30 May 2024 23:48:59 +0200
> Subject: [PATCH] gnu: waybar: Update to 0.10.3.
>
> Change-Id: I0b62cb4b5d2129d11aa415166c9cbce9abdf0456
> ---
>  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 8f74076cfd..c23cf63cff 100644
> --- a/gnu/packages/wm.scm
> +++ b/gnu/packages/wm.scm
> @@ -2219,7 +2219,7 @@ (define-public swaynotificationcenter
>  (define-public waybar
>    (package
>      (name "waybar")
> -    (version "0.10.2")
> +    (version "0.10.3")
>      (source
>       (origin
>         (method git-fetch)
> @@ -2228,7 +2228,7 @@ (define-public waybar
>               (commit version)))
>         (file-name (git-file-name name version))
>         (sha256
> -        (base32 "0h8anmzhbimgdjnbg79al32d5acbfyrh3sf8wcsbx1296qpd6af6"))))
> +        (base32 "04xd61ycn1nisq1s5ch14zkbsjcfcy6n29nkjn68s2ribmws0iid"))))
>      (build-system meson-build-system)
>      (arguments
>       (list #:configure-flags #~(list "--wrap-mode=nodownload")))

push, see https://git.savannah.gnu.org/cgit/guix.git/commit/?id=b796cff7ef975c0cd4ae2c954a3943bd7cf70c15

[-- 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-06-22 13:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-01 19:41 [bug#71318] [PATCH] gnu: waybar: Update to 0.10.3 Simeon Prause
2024-06-22 13:45 ` bug#71318: " 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.