unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Breno Brandão" <lrabbt@gmail.com>
To: 62288@debbugs.gnu.org
Cc: "Breno Brandão" <lrabbt@gmail.com>
Subject: [bug#62288] [PATCH v2] gnu: Update waybar to 0.9.17.
Date: Wed, 22 Mar 2023 23:42:57 -0300	[thread overview]
Message-ID: <7e971e0abd0079702640091013d75a25bc805930.1679537323.git.lrabbt@gmail.com> (raw)
In-Reply-To: <de552fe08e8da142f7ccd30147410520741f51e6.1679290172.git.lrabbt@gmail.com>

* gnu/packages/wm.scm (waybar): Update to 0.9.17.
[inputs]: Add playerctl.
---
 gnu/packages/wm.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index e6f593ec27..5c9d49394c 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -131,6 +131,7 @@ (define-module (gnu packages wm)
   #:use-module (gnu packages man)
   #:use-module (gnu packages maths)
   #:use-module (gnu packages mpd)
+  #:use-module (gnu packages music)
   #:use-module (gnu packages pcre)
   #:use-module (gnu packages perl)
   #:use-module (gnu packages pkg-config)
@@ -1777,7 +1778,7 @@ (define-public swaynotificationcenter
 (define-public waybar
   (package
     (name "waybar")
-    (version "0.9.16")
+    (version "0.9.17")
     (source
      (origin
        (method git-fetch)
@@ -1786,7 +1787,7 @@ (define-public waybar
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "06vwsax8z6vvvav4c1d40nfiljc7h1cla57r43nv8dw86n539ic5"))))
+        (base32 "1709ck7931804mhirnki03cvx60c4dxg668fyz6jpzy8djg5xlxi"))))
     (build-system meson-build-system)
     (inputs (list date
                   fmt
@@ -1798,6 +1799,7 @@ (define-public waybar
                   libmpdclient
                   libnl
                   libxml2
+                  playerctl
                   pulseaudio
                   spdlog
                   wayland))

base-commit: 5174820753be045ba4fc7cc93da33f4e0b730bc3
-- 
2.39.2





  parent reply	other threads:[~2023-03-23  9:24 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-20  5:29 [bug#62288] [PATCH] gnu: Update waybar to 0.9.17 Breno Brandão
2023-03-22 12:29 ` Maxim Cournoyer
2023-03-23  2:42 ` [bug#62288] [PATCH v2] " Breno Brandão
2023-03-23  2:42 ` Breno Brandão [this message]
2023-03-27 15:57   ` Christopher Baines

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7e971e0abd0079702640091013d75a25bc805930.1679537323.git.lrabbt@gmail.com \
    --to=lrabbt@gmail.com \
    --cc=62288@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).