unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#47499] [PATCH] Update waybar
@ 2021-03-30 11:31 pricly_yellow--- via Guix-patches via
  2021-03-31 14:32 ` Efraim Flashner
  2021-04-01  6:09 ` pricly_yellow--- via Guix-patches via
  0 siblings, 2 replies; 5+ messages in thread
From: pricly_yellow--- via Guix-patches via @ 2021-03-30 11:31 UTC (permalink / raw)
  To: 47499

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 6105a98f14..96e1527d5c 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1569,7 +1569,7 @@ modules for building a Wayland compositor.")
 (define-public waybar
   (package
     (name "waybar")
-    (version "0.9.4")
+    (version "0.9.5")
     (source
      (origin
        (method git-fetch)
@@ -1578,10 +1578,10 @@ modules for building a Wayland compositor.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "038vnma7y7z81caywp45yr364bc1aq8d01j5vycyiyfv33nm76fy"))))
+        (base32 "1kzrgqaclfk6gcwhknxn28xl74gm5swipgn8kk8avacb4nsw1l9q"))))
     (build-system meson-build-system)
     (inputs `(("date" ,date)
-              ("fmt" ,fmt-6)
+              ("fmt" ,fmt)
               ("gtk-layer-shell" ,gtk-layer-shell)
               ("gtkmm" ,gtkmm)
               ("jsoncpp" ,jsoncpp)
@@ -1590,7 +1590,7 @@ modules for building a Wayland compositor.")
               ("libmpdclent" ,libmpdclient)
               ("libnl" ,libnl)
               ("pulseaudio" ,pulseaudio)
-              ("spdlog" ,spdlog-1.7)
+              ("spdlog" ,spdlog)
               ("wayland" ,wayland)))
     (native-inputs
      `(("gcc" ,gcc-8)                   ; for #include <filesystem>




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

end of thread, other threads:[~2021-04-01  8:02 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-30 11:31 [bug#47499] [PATCH] Update waybar pricly_yellow--- via Guix-patches via
2021-03-31 14:32 ` Efraim Flashner
2021-04-01  6:09 ` pricly_yellow--- via Guix-patches via
2021-04-01  7:53   ` Efraim Flashner
2021-04-01  7:54   ` bug#47499: " Efraim Flashner

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).