me
/
guix
Archived
1
0
Fork 0

gnu: samplv1: Update to 0.9.18.

* gnu/packages/music.scm (samplv1): Update to 0.9.18.
master
Tobias Geerinckx-Rice 2020-11-01 14:34:04 +01:00
parent 6c5db0fdb4
commit 223abb3f8b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -1726,7 +1726,7 @@ effects.")
(define-public samplv1 (define-public samplv1
(package (package
(name "samplv1") (name "samplv1")
(version "0.9.17") (version "0.9.18")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -1734,7 +1734,7 @@ effects.")
"/samplv1-" version ".tar.gz")) "/samplv1-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1v21r722m027jjy4x6lm5cvzapsnpx36r10ar543ay0hgmygl322")))) "13p5aj1513fwhzi9s4i1a5dbvzmbx9867zb0ddb9s9nbwks4ry3q"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f)) ; there are no tests `(#:tests? #f)) ; there are no tests