emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#45233: closed ([PATCH] gnu: polybar: Update to 3.5.1.)


From: GNU bug Tracking System
Subject: bug#45233: closed ([PATCH] gnu: polybar: Update to 3.5.1.)
Date: Fri, 01 Jan 2021 21:48:02 +0000

Your message dated Fri, 1 Jan 2021 16:47:12 -0500
with message-id <X++YYEZyiCNDjOHJ@jasmine.lan>
and subject line Re: [bug#45233] [PATCH v2] gnu: polybar: Update to 3.5.3.
has caused the debbugs.gnu.org bug report #45233,
regarding [PATCH] gnu: polybar: Update to 3.5.1.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
45233: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=45233
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: polybar: Update to 3.5.1. Date: Mon, 14 Dec 2020 09:59:43 +0100
* gnu/packages/wm.scm (polybar): Update to 3.5.1.
[source]: Update URI. [inputs]: Add git.
---
 gnu/packages/wm.scm | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 6c4f2c6960..4fb80cd827 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -115,6 +115,7 @@
   #:use-module (gnu packages suckless)
   #:use-module (gnu packages texinfo)
   #:use-module (gnu packages textutils)
+  #:use-module (gnu packages version-control)
   #:use-module (gnu packages video)
   #:use-module (gnu packages web)
   #:use-module (gnu packages xdisorg)
@@ -1301,14 +1302,14 @@ its size
 (define-public polybar
   (package
     (name "polybar")
-    (version "3.4.3")
+    (version "3.5.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/polybar/polybar/releases/";
-                           "download/" version "/polybar-" version ".tar"))
+                           "download/" version "/polybar-" version ".tar.gz"))
        (sha256
-        (base32 "0bw22qvbcdvyd0qv3ax48r34rnclbbb6dyb8h8zljq1r3lf15vfl"))))
+        (base32 "06d7rprpl9rkbd2nxv0zjq9fhyrzb92843p0c0s5yivssfqzshnk"))))
     (build-system cmake-build-system)
     (arguments
      ;; Test is disabled because it requires downloading googletest from the
@@ -1317,6 +1318,7 @@ its size
     (inputs
      `(("alsa-lib" ,alsa-lib)
        ("cairo" ,cairo)
+       ("git" ,git)
        ("i3-wm" ,i3-wm)
        ("jsoncpp" ,jsoncpp)
        ("libmpdclient" ,libmpdclient)
-- 
2.29.2




--- End Message ---
--- Begin Message --- Subject: Re: [bug#45233] [PATCH v2] gnu: polybar: Update to 3.5.3. Date: Fri, 1 Jan 2021 16:47:12 -0500
On Fri, Jan 01, 2021 at 06:28:15PM +0100, Tanguy Le Carrour wrote:
> * gnu/packages/wm.scm (polybar): Update to 3.5.3.
> [source]: Update URI.

Thanks!

> @@ -115,6 +115,7 @@
>    #:use-module (gnu packages suckless)
>    #:use-module (gnu packages texinfo)
>    #:use-module (gnu packages textutils)
> +  #:use-module (gnu packages version-control)
>    #:use-module (gnu packages video)
>    #:use-module (gnu packages web)
>    #:use-module (gnu packages xdisorg)

I removed this extraneous hunk and pushed as 
05c37c53c7308732f4f43d894195a0c296db4439


--- End Message ---

reply via email to

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