[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: gnu: polybar: Update source uri.
From: |
guix-commits |
Subject: |
02/04: gnu: polybar: Update source uri. |
Date: |
Tue, 15 Oct 2019 14:58:10 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 44b7352073eb6304179e0aa106f381dc8702c9e0
Author: Efraim Flashner <address@hidden>
Date: Tue Oct 15 21:34:27 2019 +0300
gnu: polybar: Update source uri.
* gnu/packages/wm.scm (polybar)[source]: Update source uri. Remove
file-name.
---
gnu/packages/wm.scm | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/wm.scm b/gnu/packages/wm.scm
index 7a68c5c..cd5655f 100644
--- a/gnu/packages/wm.scm
+++ b/gnu/packages/wm.scm
@@ -1199,11 +1199,10 @@ its size
(source
(origin
(method url-fetch)
- (uri (string-append "https://github.com/jaagr/polybar/releases/"
+ (uri (string-append "https://github.com/polybar/polybar/releases/"
"download/" version "/polybar-" version ".tar"))
(sha256
- (base32 "06yd9ffak53qbhpw35xh422v2lhjh23zdbrh81cynwks5pr9i839"))
- (file-name (string-append name "-" version ".tar"))))
+ (base32 "06yd9ffak53qbhpw35xh422v2lhjh23zdbrh81cynwks5pr9i839"))))
(build-system cmake-build-system)
(arguments
;; Test is disabled because it requires downloading googletest from the