diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2025-03-22 18:19:49 +0100 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2025-03-22 18:23:27 +0100 |
| commit | c532fcbf85fc2b5aec5f5d5cbcce09913506ad17 (patch) | |
| tree | c53fd33e1bd1de59fc254f0f6f63a5c05bbec2b0 /gnu | |
| parent | 4ba86fd308b1f64deda206235155e577e62025ec (diff) | |
gnu: synthpod: Update to 0.1.6715.
* gnu/packages/music.scm (synthpod): Update to 0.1.6715.
Change-Id: I8812a432463473e7138d107b1644d2486ba3395d
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/music.scm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm index 75a739af744..1178369a5cb 100644 --- a/gnu/packages/music.scm +++ b/gnu/packages/music.scm @@ -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 |
