GNU bug report logs - #53838
[PATCH] gnu: waybar: Update to 0.9.9.

Previous Next

Package: guix-patches;

Reported by: Andrew Tropin <andrew <at> trop.in>

Date: Mon, 7 Feb 2022 06:28:02 UTC

Severity: normal

Tags: patch

Done: Julien Lepiller <julien <at> lepiller.eu>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 53838 in the body.
You can then email your comments to 53838 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#53838; Package guix-patches. (Mon, 07 Feb 2022 06:28:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Andrew Tropin <andrew <at> trop.in>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 07 Feb 2022 06:28:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Andrew Tropin <andrew <at> trop.in>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: waybar: Update to 0.9.9.
Date: Mon, 7 Feb 2022 09:26:20 +0300
[Message part 1 (text/plain, inline)]
* gnu/packages/wm.scm (waybar): Update to 0.9.9.
---
 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 9e11b599c3..f39df605e7 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1725,7 +1725,7 @@ (define-public swaybg
 (define-public waybar
   (package
     (name "waybar")
-    (version "0.9.8")
+    (version "0.9.9")
     (source
      (origin
        (method git-fetch)
@@ -1734,7 +1734,7 @@ (define-public waybar
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "109a49f064ma5js2d7maribmfalswbmmhq2fraa7hfz5pf2jxs2w"))))
+        (base32 "0bp9ygqv3kawwxf53j1r98r0xxg81cx00jsmymmlrd8psgsd6yy9"))))
     (build-system meson-build-system)
     (inputs (list date
                   fmt
-- 
2.34.0

[signature.asc (application/pgp-signature, inline)]

Reply sent to Julien Lepiller <julien <at> lepiller.eu>:
You have taken responsibility. (Tue, 08 Feb 2022 11:10:01 GMT) Full text and rfc822 format available.

Notification sent to Andrew Tropin <andrew <at> trop.in>:
bug acknowledged by developer. (Tue, 08 Feb 2022 11:10:02 GMT) Full text and rfc822 format available.

Message #10 received at 53838-done <at> debbugs.gnu.org (full text, mbox):

From: Julien Lepiller <julien <at> lepiller.eu>
To: Andrew Tropin <andrew <at> trop.in>
Cc: 53838-done <at> debbugs.gnu.org
Subject: Re: [bug#53838] [PATCH] gnu: waybar: Update to 0.9.9.
Date: Tue, 8 Feb 2022 12:09:34 +0100
Le Mon, 7 Feb 2022 09:26:20 +0300,
Andrew Tropin <andrew <at> trop.in> a écrit :

> * gnu/packages/wm.scm (waybar): Update to 0.9.9.
> ---
>  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 9e11b599c3..f39df605e7 100644
> --- a/gnu/packages/wm.scm
> +++ b/gnu/packages/wm.scm
> @@ -1725,7 +1725,7 @@ (define-public swaybg
>  (define-public waybar
>    (package
>      (name "waybar")
> -    (version "0.9.8")
> +    (version "0.9.9")
>      (source
>       (origin
>         (method git-fetch)
> @@ -1734,7 +1734,7 @@ (define-public waybar
>               (commit version)))
>         (file-name (git-file-name name version))
>         (sha256
> -        (base32
> "109a49f064ma5js2d7maribmfalswbmmhq2fraa7hfz5pf2jxs2w"))))
> +        (base32
> "0bp9ygqv3kawwxf53j1r98r0xxg81cx00jsmymmlrd8psgsd6yy9"))))
> (build-system meson-build-system) (inputs (list date
>                    fmt

Pushed to master as 2df2d34803ae6563caf6adc654cd40bcda725efe, thanks!




Information forwarded to guix-patches <at> gnu.org:
bug#53838; Package guix-patches. (Thu, 10 Feb 2022 09:00:04 GMT) Full text and rfc822 format available.

Message #13 received at 53838-done <at> debbugs.gnu.org (full text, mbox):

From: Andrew Tropin <andrew <at> trop.in>
To: Julien Lepiller <julien <at> lepiller.eu>
Cc: 53838-done <at> debbugs.gnu.org
Subject: Re: [bug#53838] [PATCH] gnu: waybar: Update to 0.9.9.
Date: Thu, 10 Feb 2022 11:58:59 +0300
[Message part 1 (text/plain, inline)]
On 2022-02-08 12:09, Julien Lepiller wrote:

> Le Mon, 7 Feb 2022 09:26:20 +0300,
> Andrew Tropin <andrew <at> trop.in> a écrit :
>
>> * gnu/packages/wm.scm (waybar): Update to 0.9.9.
>> ---
>>  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 9e11b599c3..f39df605e7 100644
>> --- a/gnu/packages/wm.scm
>> +++ b/gnu/packages/wm.scm
>> @@ -1725,7 +1725,7 @@ (define-public swaybg
>>  (define-public waybar
>>    (package
>>      (name "waybar")
>> -    (version "0.9.8")
>> +    (version "0.9.9")
>>      (source
>>       (origin
>>         (method git-fetch)
>> @@ -1734,7 +1734,7 @@ (define-public waybar
>>               (commit version)))
>>         (file-name (git-file-name name version))
>>         (sha256
>> -        (base32
>> "109a49f064ma5js2d7maribmfalswbmmhq2fraa7hfz5pf2jxs2w"))))
>> +        (base32
>> "0bp9ygqv3kawwxf53j1r98r0xxg81cx00jsmymmlrd8psgsd6yy9"))))
>> (build-system meson-build-system) (inputs (list date
>>                    fmt
>
> Pushed to master as 2df2d34803ae6563caf6adc654cd40bcda725efe, thanks!

Thank you!)

-- 
Best regards,
Andrew Tropin
[signature.asc (application/pgp-signature, inline)]

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 10 Mar 2022 12:24:07 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 106 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.