mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: drumkv1: Update to 1.2.0.
* gnu/packages/music.scm (drumkv1): Update to 1.2.0. Change-Id: I009e08151b3a9e807d69d9be89ea9a3804f204ff
This commit is contained in:
parent
3190d0c2fe
commit
22cba19a40
1 changed files with 2 additions and 2 deletions
|
@ -2549,7 +2549,7 @@ oscillators and stereo effects.")
|
||||||
(define-public drumkv1
|
(define-public drumkv1
|
||||||
(package
|
(package
|
||||||
(name "drumkv1")
|
(name "drumkv1")
|
||||||
(version "1.1.3")
|
(version "1.2.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri
|
(uri
|
||||||
|
@ -2557,7 +2557,7 @@ oscillators and stereo effects.")
|
||||||
"/drumkv1-" version ".tar.gz"))
|
"/drumkv1-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14bq8k4sfgla6a568q201hmkj7dh7r95h3d9ikyi0j5lp6ryq58c"))))
|
"1r9hp4p4vh9ml00n5fy12n2z6rgb00sv5vbhl0hw1i3dm3c17hj2"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f)) ; there are no tests
|
`(#:tests? #f)) ; there are no tests
|
||||||
|
|
Loading…
Add table
Reference in a new issue