mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56: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
|
||||
(package
|
||||
(name "pianobar")
|
||||
(version "2020.11.28")
|
||||
(version "2022.04.01")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -3563,7 +3563,7 @@ (define-public pianobar
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"13qx52a1yj2wghf7yd9jf4ar92scbc8zgqdq0kkqf4p9isf1phf3"))))
|
||||
"14s97fx83dg8szbib2y608hjzfdhz20hch2ify3gqhji58v69wil"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no tests
|
||||
|
|
Loading…
Reference in a new issue