guix-commits
[Top][All Lists]
Advanced

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

10/13: gnu: polybar: Update to 3.5.7.


From: guix-commits
Subject: 10/13: gnu: polybar: Update to 3.5.7.
Date: Sat, 30 Oct 2021 18:58:34 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 02fcabe2300475453ebeb168be3e2761afdfde5f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Oct 30 19:08:38 2021 +0200

    gnu: polybar: Update to 3.5.7.
    
    * gnu/packages/wm.scm (polybar): Update to 3.5.7.
---
 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 96c103f..fc229e0 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1429,14 +1429,14 @@ its size
 (define-public polybar
   (package
     (name "polybar")
-    (version "3.5.5")
+    (version "3.5.7")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/polybar/polybar/releases/";
                            "download/" version "/polybar-" version ".tar.gz"))
        (sha256
-        (base32 "1c8br9972x1qw7l2shj9aqzv0gsx58fdh3r0f1z5i1bqdwxmsqky"))))
+        (base32 "1nr386jdlm8qkbdf23w7lyvbfhr362s90f957fawnyi1finhw8bk"))))
     (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]