me
/
guix
Archived
1
0
Fork 0

gnu: drumkv1: Update to 0.9.32.

* gnu/packages/music.scm (drumkv1): Update to 0.9.32.
master
Tobias Geerinckx-Rice 2023-09-10 02:00:00 +02:00
parent 4d026e4870
commit 15fdb77682
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -2403,7 +2403,7 @@ oscillators and stereo effects.")
(define-public drumkv1 (define-public drumkv1
(package (package
(name "drumkv1") (name "drumkv1")
(version "0.9.31") (version "0.9.32")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (uri
@ -2411,7 +2411,7 @@ oscillators and stereo effects.")
"/drumkv1-" version ".tar.gz")) "/drumkv1-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0cw0lqxd4igkb25vlivbi0hamn33d26nl96mzm59cda158r0jayl")))) "15csm09wjgzdkvy2wqq1jzq7b1m8zzchl5s8fb4ir5rg395jkxai"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f)) ; there are no tests `(#:tests? #f)) ; there are no tests