gnu: strawberry: Update to 1.0.3.
* gnu/packages/music.scm (strawberry): Update to 1.0.3. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
e1c040b7b3
commit
d10cee7865
1 changed files with 2 additions and 2 deletions
|
@ -470,7 +470,7 @@ playing your music.")
|
||||||
(define-public strawberry
|
(define-public strawberry
|
||||||
(package
|
(package
|
||||||
(name "strawberry")
|
(name "strawberry")
|
||||||
(version "1.0.1")
|
(version "1.0.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -479,7 +479,7 @@ playing your music.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"077dlj0kjcrj4g1h4w8finzykizaar67ik6yng6c8zjp2i5bam1j"))
|
"14fr2bm51k4n5byc9pwh3ba6v15s9jmqxigl1y9h00l7cvmfpbn1"))
|
||||||
(modules '((guix build utils)
|
(modules '((guix build utils)
|
||||||
(ice-9 regex)))
|
(ice-9 regex)))
|
||||||
(snippet
|
(snippet
|
||||||
|
|
Reference in a new issue