mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 02:07:56 +01:00
gnu: strawberry: Update to 1.0.18.
* gnu/packages/music.scm (strawberry): Update to 1.0.18.
This commit is contained in:
parent
24d4e8182d
commit
34dbcc1fce
1 changed files with 2 additions and 2 deletions
|
@ -553,7 +553,7 @@ (define-public ctrlr
|
|||
(define-public strawberry
|
||||
(package
|
||||
(name "strawberry")
|
||||
(version "1.0.17")
|
||||
(version "1.0.18")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -562,7 +562,7 @@ (define-public strawberry
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1xcf9jighb759kdh4p32wib2pipgcx3qdf5x7da6cjhxjbzgfrk7"))
|
||||
"1knijckphq2jxrz8nmv4cb64zl1rz3bjyq5ipac09hnj2gvv5rmw"))
|
||||
(modules '((guix build utils)
|
||||
(ice-9 regex)))
|
||||
(snippet
|
||||
|
|
Loading…
Reference in a new issue