gnu: strawberry: Update to 1.0.17.

* gnu/packages/music.scm (strawberry): Update to 1.0.17.
This commit is contained in:
Maxim Cournoyer 2023-04-02 22:01:55 -04:00
parent 7a764b9960
commit e566c4bc11
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -547,7 +547,7 @@ (define-public ctrlr
(define-public strawberry
(package
(name "strawberry")
(version "1.0.15")
(version "1.0.17")
(source (origin
(method git-fetch)
(uri (git-reference
@ -556,7 +556,7 @@ (define-public strawberry
(file-name (git-file-name name version))
(sha256
(base32
"04ddplldlls0gxw8qppw6dsqhfnxamxfnnyq0i04mbs5hi83pcrz"))
"1xcf9jighb759kdh4p32wib2pipgcx3qdf5x7da6cjhxjbzgfrk7"))
(modules '((guix build utils)
(ice-9 regex)))
(snippet