gnu: pianobar: Update to 2016.06.02.

* gnu/packages/music.scm (pianobar): Update to 2016.06.02.
This commit is contained in:
Ricardo Wurmus 2017-04-10 17:07:22 +02:00
parent f0c5856df7
commit 3999b6643e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1951,7 +1951,7 @@ socket or command line.")
(define-public pianobar (define-public pianobar
(package (package
(name "pianobar") (name "pianobar")
(version "2015.11.22") (version "2016.06.02")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://github.com/PromyLOPh/" (uri (string-append "https://github.com/PromyLOPh/"
@ -1959,7 +1959,7 @@ socket or command line.")
(file-name (string-append name "-" version ".tar.gz")) (file-name (string-append name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"022df19bhxqvkhy0qy21xahba5s1fm17b13y0p9p9dnf2yl44wfv")))) "1hi5rr6jcr0kwf4xfz007ndwkjkp287lhwlsgfz6iryqa5n6jzcp"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; no tests `(#:tests? #f ; no tests