mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: pianobar: Update to 2022.04.01.
* gnu/packages/music.scm (pianobar): Update to 2022.04.01.
This commit is contained in:
parent
1572071b68
commit
240c823ae1
1 changed files with 2 additions and 2 deletions
|
@ -3554,7 +3554,7 @@ (define-public curseradio
|
||||||
(define-public pianobar
|
(define-public pianobar
|
||||||
(package
|
(package
|
||||||
(name "pianobar")
|
(name "pianobar")
|
||||||
(version "2020.11.28")
|
(version "2022.04.01")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -3563,7 +3563,7 @@ (define-public pianobar
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"13qx52a1yj2wghf7yd9jf4ar92scbc8zgqdq0kkqf4p9isf1phf3"))))
|
"14s97fx83dg8szbib2y608hjzfdhz20hch2ify3gqhji58v69wil"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests
|
`(#:tests? #f ; no tests
|
||||||
|
|
Loading…
Reference in a new issue