mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: strawberry: Update to 0.9.3.
* gnu/packages/music.scm (strawberry): Update to 0.9.3.
This commit is contained in:
parent
30295ede0d
commit
4fb77a0bb1
1 changed files with 2 additions and 2 deletions
|
@ -453,7 +453,7 @@ (define-public clementine
|
|||
(define-public strawberry
|
||||
(package
|
||||
(name "strawberry")
|
||||
(version "0.9.2")
|
||||
(version "0.9.3")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -462,7 +462,7 @@ (define-public strawberry
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0d9asg21j9ai23sb35cimws8bd8fsnpha777rgscraa7i09q0rx2"))
|
||||
"0lby5zi66i08s0mcygja8l3rbd97inhaxqbhahj8lfxs52r4grrq"))
|
||||
(modules '((guix build utils)
|
||||
(ice-9 regex)))
|
||||
(snippet
|
||||
|
|
Loading…
Reference in a new issue