me
/
guix
Archived
1
0
Fork 0

gnu: samplv1: Update to 0.9.15.

* gnu/packages/music.scm (samplv1): Update to 0.9.15.
Tobias Geerinckx-Rice 2020-07-01 17:24:38 +02:00
parent f4482a6396
commit 5aed91019a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1502,7 +1502,7 @@ effects.")
(define-public samplv1 (define-public samplv1
(package (package
(name "samplv1") (name "samplv1")
(version "0.9.14") (version "0.9.15")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -1510,7 +1510,7 @@ effects.")
"/samplv1-" version ".tar.gz")) "/samplv1-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0p3f9wsn1nz93szcl60yxhxdr554zm2z2jlbniwwify765lvasxc")))) "0r3bz64jqv5j4rqaxkbiqkxdf8n3hlcwjx1p19qfzik1lbwv9nw5"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f)) ; there are no tests `(#:tests? #f)) ; there are no tests