mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
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:
parent
4bb185a32c
commit
8d7090998e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue