guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/07: gnu: polybar: Update to 3.4.3.


From: guix-commits
Subject: 02/07: gnu: polybar: Update to 3.4.3.
Date: Sat, 23 May 2020 09:39:16 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 99f80e5ccdc32eeb588eb8436738ba46973bbe84
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Fri May 22 01:44:00 2020 +0200

    gnu: polybar: Update to 3.4.3.
    
    * gnu/packages/wm.scm (polybar): Update to 3.4.3.
---
 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 1151b81..f9db2db 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1268,14 +1268,14 @@ its size
 (define-public polybar
   (package
     (name "polybar")
-    (version "3.4.2")
+    (version "3.4.3")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/polybar/polybar/releases/";
                            "download/" version "/polybar-" version ".tar"))
        (sha256
-        (base32 "0fmnviz4b01aw50nkv4yibm8ykc5ff860ynw3xb1ymlsjrvwj8jd"))))
+        (base32 "0bw22qvbcdvyd0qv3ax48r34rnclbbb6dyb8h8zljq1r3lf15vfl"))))
     (build-system cmake-build-system)
     (arguments
      ;; Test is disabled because it requires downloading googletest from the



reply via email to

[Prev in Thread] Current Thread [Next in Thread]