me
/
guix
Archived
1
0
Fork 0

gnu: polybar: Update source uri.

* gnu/packages/wm.scm (polybar)[source]: Update source uri. Remove
file-name.
master
Efraim Flashner 2019-10-15 21:34:27 +03:00
parent d5329de9ac
commit 44b7352073
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 3 deletions

View File

@ -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