gnu: strawberry: Update to 1.0.15.

* gnu/packages/music.scm (strawberry): Update to 1.0.15.

Signed-off-by: Leo Famulari <leo@famulari.name>
This commit is contained in:
Michael Rohleder 2023-03-07 14:04:42 +01:00 committed by Leo Famulari
parent 4bb185a32c
commit 8d7090998e
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

@ -481,7 +481,7 @@ (define-public clementine
(define-public strawberry
(package
(name "strawberry")
(version "1.0.14")
(version "1.0.15")
(source (origin
(method git-fetch)
(uri (git-reference
@ -490,7 +490,7 @@ (define-public strawberry
(file-name (git-file-name name version))
(sha256
(base32
"0q8pmf7vr5yxzvfmw86f3m462s8ixaixwdv1z9x9ldkj5rqz45sf"))
"04ddplldlls0gxw8qppw6dsqhfnxamxfnnyq0i04mbs5hi83pcrz"))
(modules '((guix build utils)
(ice-9 regex)))
(snippet