gnu: strawberry: Update to 1.0.7.
* gnu/packages/music.scm (strawberry): Update to 1.0.7. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
a1f7d98a9c
commit
ead27209b5
1 changed files with 2 additions and 2 deletions
|
@ -476,7 +476,7 @@ playing your music.")
|
||||||
(define-public strawberry
|
(define-public strawberry
|
||||||
(package
|
(package
|
||||||
(name "strawberry")
|
(name "strawberry")
|
||||||
(version "1.0.3")
|
(version "1.0.7")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -485,7 +485,7 @@ playing your music.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14fr2bm51k4n5byc9pwh3ba6v15s9jmqxigl1y9h00l7cvmfpbn1"))
|
"17mfavbbzx7hp7j5n9i7c3rajy16jicarabrl174p4gjv4zpy2sc"))
|
||||||
(modules '((guix build utils)
|
(modules '((guix build utils)
|
||||||
(ice-9 regex)))
|
(ice-9 regex)))
|
||||||
(snippet
|
(snippet
|
||||||
|
|
Reference in a new issue