guix-commits
[Top][All Lists]
Advanced

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

02/16: gnu: polybar: Update to 3.7.1.


From: guix-commits
Subject: 02/16: gnu: polybar: Update to 3.7.1.
Date: Wed, 14 Feb 2024 16:15:40 -0500 (EST)

podiki pushed a commit to branch master
in repository guix.

commit 252b1bd591e905d205a76ad4b3a6d7250f84efa5
Author: John Kehayias <john.kehayias@protonmail.com>
AuthorDate: Wed Feb 14 15:55:53 2024 -0500

    gnu: polybar: Update to 3.7.1.
    
    * gnu/packages/wm.scm (polybar): Update to 3.7.1.
    
    Change-Id: I4d187f454b5d1177ae0ee1e2f140b3cd45013227
---
 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 13bbda5c94..d03dd1043f 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1623,14 +1623,14 @@ its size
 (define-public polybar
   (package
     (name "polybar")
-    (version "3.6.3")
+    (version "3.7.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/polybar/polybar/releases/";
                            "download/" version "/polybar-" version ".tar.gz"))
        (sha256
-        (base32 "19azx5dpfyfh0pv4q2fcrf4p7a0pc5d13m7lnv3qy8376mbmhmzj"))))
+        (base32 "03zz2c3ckxqbwixc2qhsnasq4j4sfia71v75li9w97d0bcwavrjx"))))
     (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]