mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +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 @@ (define-public synthv1
|
|||
(define-public drumkv1
|
||||
(package
|
||||
(name "drumkv1")
|
||||
(version "1.1.3")
|
||||
(version "1.2.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri
|
||||
|
@ -2557,7 +2557,7 @@ (define-public drumkv1
|
|||
"/drumkv1-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"14bq8k4sfgla6a568q201hmkj7dh7r95h3d9ikyi0j5lp6ryq58c"))))
|
||||
"1r9hp4p4vh9ml00n5fy12n2z6rgb00sv5vbhl0hw1i3dm3c17hj2"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f)) ; there are no tests
|
||||
|
|
Loading…
Reference in a new issue