mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: synthpod: Update to 0.1.6715.
* gnu/packages/music.scm (synthpod): Update to 0.1.6715. Change-Id: I8812a432463473e7138d107b1644d2486ba3395d
This commit is contained in:
parent
4ba86fd308
commit
c532fcbf85
1 changed files with 4 additions and 4 deletions
|
@ -3925,17 +3925,17 @@ socket or command line.")
|
|||
(define-public synthpod
|
||||
(package
|
||||
(name "synthpod")
|
||||
(version "0.1.6507")
|
||||
(version "0.1.6715")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://git.open-music-kontrollers.ch/lv2/synthpod")
|
||||
(url "https://git.open-music-kontrollers.ch/~hp/synthpod")
|
||||
;; Version is not tagged but mentioned in VERSION file.
|
||||
(commit "6e84a075ea8fea95094dcbc2b30f968717a81960")))
|
||||
(commit "54c285cfe0fbd80dc574101a8a2952cf3374fc38")))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1chazkdxjgjzfxqmlk4ywhilkj9l3bybd9xghjg9r67df2diqhbs"))))
|
||||
"1axb7f6rd2x9kd4hzk9895zvqj0lwlmc3zj23yx17yypd0w7yg0c"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue