mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-11 07:30:38 +02:00
gnu: geonkick: Update to 3.6.2.
* gnu/packages/music.scm (geonkick): Update to 3.6.2. [source]: Update url. [home-page]: Update. Change-Id: I655fbbe716fed87c559f50c6c675fc8c47cabe6c Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
@@ -7005,16 +7005,16 @@ ZaMultiComp, ZaMultiCompX2 and ZamSynth.")
|
||||
(define-public geonkick
|
||||
(package
|
||||
(name "geonkick")
|
||||
(version "2.7.0")
|
||||
(version "3.6.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://gitlab.com/iurie-sw/geonkick")
|
||||
(url "https://codeberg.org/Geonkick-Synthesizer/geonkick")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0w1mvqm46qdwldcl81svaykwii4wvx7mcr57kwvnj0iv2qrc891i"))))
|
||||
(base32 "0817hsfvgri315aw0y06rzjcw96lhgxjc37rbxqagk3ciw0naj6n"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ;no tests included
|
||||
@@ -7036,7 +7036,7 @@ ZaMultiComp, ZaMultiCompX2 and ZamSynth.")
|
||||
(description "Geonkick is a synthesizer that can synthesize elements
|
||||
of percussion such as kicks, snares, hit-hats, shakers, claps and sticks.
|
||||
It can also play and mix samples.")
|
||||
(home-page "https://gitlab.com/iurie-sw/geonkick")
|
||||
(home-page "https://geonkick.org")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public mamba
|
||||
|
||||
Reference in New Issue
Block a user