GNU bug report logs -
#73319
[PATCH] gnu: waybar: Update to 0.11.0.
Previous Next
Reported by: Ashish SHUKLA <ashish.is <at> lostca.se>
Date: Tue, 17 Sep 2024 15:21:02 UTC
Severity: normal
Tags: patch
Done: Z572 <zhengjunjie <at> iscas.ac.cn>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#73319: [PATCH] gnu: waybar: Update to 0.11.0.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 73319 <at> debbugs.gnu.org.
--
73319: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=73319
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
[Message part 3 (text/plain, inline)]
Ashish SHUKLA via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/wm.scm (waybar): Update to 0.11.0.
>
> Change-Id: I86f67add1dbd908aec2ff3505ccde36ff494f4ca
> ---
> 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 7d7ac3498f..4b9d116bda 100644
> --- a/gnu/packages/wm.scm
> +++ b/gnu/packages/wm.scm
> @@ -2224,7 +2224,7 @@ (define-public swaynotificationcenter
> (define-public waybar
> (package
> (name "waybar")
> - (version "0.10.4")
> + (version "0.11.0")
> (source
> (origin
> (method git-fetch)
> @@ -2233,7 +2233,7 @@ (define-public waybar
> (commit version)))
> (file-name (git-file-name name version))
> (sha256
> - (base32 "0liiyz6212pmyhpsrb6773qf5b9b4kb76nggizygr9abfidbg5gw"))))
> + (base32 "1bw6d3bf8rm4mgrbcprxxljfxbyabbj2lwabk2z19r8lhfz38myy"))))
> (build-system meson-build-system)
> (arguments
> (list #:configure-flags #~(list "--wrap-mode=nodownload")))
>
> base-commit: eed2fcc719e0d32ee914794adae7166067d2f9a8
push, close.
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
* gnu/packages/wm.scm (waybar): Update to 0.11.0.
Change-Id: I86f67add1dbd908aec2ff3505ccde36ff494f4ca
---
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 7d7ac3498f..4b9d116bda 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -2224,7 +2224,7 @@ (define-public swaynotificationcenter
(define-public waybar
(package
(name "waybar")
- (version "0.10.4")
+ (version "0.11.0")
(source
(origin
(method git-fetch)
@@ -2233,7 +2233,7 @@ (define-public waybar
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0liiyz6212pmyhpsrb6773qf5b9b4kb76nggizygr9abfidbg5gw"))))
+ (base32 "1bw6d3bf8rm4mgrbcprxxljfxbyabbj2lwabk2z19r8lhfz38myy"))))
(build-system meson-build-system)
(arguments
(list #:configure-flags #~(list "--wrap-mode=nodownload")))
base-commit: eed2fcc719e0d32ee914794adae7166067d2f9a8
--
2.46.1
This bug report was last modified 242 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.