me
/
guix
Archived
1
0
Fork 0

gnu: strawberry: Update to 1.0.18.

* gnu/packages/music.scm (strawberry): Update to 1.0.18.
master
Tobias Geerinckx-Rice 2023-07-16 02:00:01 +02:00
parent 24d4e8182d
commit 34dbcc1fce
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -553,7 +553,7 @@ you create custom user interfaces for your MIDI hardware.")
(define-public strawberry (define-public strawberry
(package (package
(name "strawberry") (name "strawberry")
(version "1.0.17") (version "1.0.18")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
@ -562,7 +562,7 @@ you create custom user interfaces for your MIDI hardware.")
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1xcf9jighb759kdh4p32wib2pipgcx3qdf5x7da6cjhxjbzgfrk7")) "1knijckphq2jxrz8nmv4cb64zl1rz3bjyq5ipac09hnj2gvv5rmw"))
(modules '((guix build utils) (modules '((guix build utils)
(ice-9 regex))) (ice-9 regex)))
(snippet (snippet