diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-23 13:04:54 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-03-23 14:20:04 +0100 |
commit | 1585452e1f4756421289e2784bc28395055e7670 (patch) | |
tree | cda05937ec77b1cdf0516cc5e3f9f4334f57be8f /gnu/packages/audio.scm | |
parent | 6cea2873a100f633370f11074603fa04af6f1dbb (diff) |
gnu: wildmidi: Update to 0.4.4.
* gnu/packages/audio.scm (wildmidi): Update to 0.4.4.
Diffstat (limited to 'gnu/packages/audio.scm')
-rw-r--r-- | gnu/packages/audio.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index a84d72bb59..73e8a79606 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -197,7 +197,7 @@ promoting the market for advanced audio.") (define-public wildmidi (package (name "wildmidi") - (version "0.4.3") + (version "0.4.4") (source (origin (method git-fetch) @@ -207,7 +207,7 @@ promoting the market for advanced audio.") (commit (string-append name "-" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "01f4a9c5xlap5a4pkfnlgkzk5pjlk43zkq6fnw615ghya04g6hrl")))) + (base32 "08fbbsvw6pkwwqarjwcvdp8mq4zn5sgahf025hynwc6rvf4sp167")))) (build-system cmake-build-system) (arguments `(#:tests? #f ; No target |