diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-05-16 11:04:13 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-05-16 11:21:47 +0200 |
commit | 2d62262ead810b313d5b397d44eb86e317f902f7 (patch) | |
tree | 83b44b826fbd866d57d833cae1a09fd1b27d637e | |
parent | fe01acea560a681c24e8c13e2c0458fbd80b46a9 (diff) | |
download | guix-2d62262ead810b313d5b397d44eb86e317f902f7.tar.gz |
gnu: ztoolkit: Update to 0.1.2.
* gnu/packages/audio.scm (ztoolkit): Update to 0.1.2.
-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 e1695e7257..56063c3f18 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -5664,7 +5664,7 @@ with the provided metadata and adhere to well-known best practices.") (define-public ztoolkit (package (name "ztoolkit") - (version "0.1.1") + (version "0.1.2") (source (origin (method git-fetch) @@ -5674,7 +5674,7 @@ with the provided metadata and adhere to well-known best practices.") (file-name (git-file-name name version)) (sha256 (base32 - "07xl3cmdaf7k9mm58m93cn8i1jvgimmiifdw1w7v2jl88nx60pm1")))) + "1k60zklrrnch4l0iyzwb4q0srdj3gggwq8cpldwgdhn26ddqkl0d")))) (build-system meson-build-system) (native-inputs (list pkg-config)) |