diff options
author | hapster <o.rojon@posteo.net> | 2024-05-26 08:42:11 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2024-06-30 11:57:57 +0200 |
commit | 103e9db1573275118d435a15f5fbe752734cc248 (patch) | |
tree | 99a605bd564a38a96d584d47e8bcf807162c5c87 /gnu/packages | |
parent | 06059d427716ae75b44b57920467f552cef438a2 (diff) | |
download | guix-103e9db1573275118d435a15f5fbe752734cc248.tar.gz guix-103e9db1573275118d435a15f5fbe752734cc248.zip |
gnu: soundtouch: Update to 2.3.1.
* gnu/packages/audio.scm (soundtouch): Update to 2.3.1.
Change-Id: I0ca03186283d85f0ffa24c222ab2d1269fb94f63
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/audio.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm index ebc1af7b75..b728220e1f 100644 --- a/gnu/packages/audio.scm +++ b/gnu/packages/audio.scm @@ -46,6 +46,7 @@ ;;; Copyright © 2023 Gabriel Wicki <gabriel@erlikon.ch> ;;; Copyright © 2023 Zheng Junjie <873216071@qq.com> ;;; Copyright © 2023 Parnikkapore <poomklao@yahoo.com> +;;; Copyright © 2024 hapster <o.rojon@posteo.net> ;;; ;;; This file is part of GNU Guix. ;;; @@ -4220,7 +4221,7 @@ Tracker 3 S3M and Impulse Tracker IT files.") (define-public soundtouch (package (name "soundtouch") - (version "2.2") + (version "2.3.1") (source (origin (method git-fetch) @@ -4229,7 +4230,7 @@ Tracker 3 S3M and Impulse Tracker IT files.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "12i6yg8vvqwyk412lxl2krbfby6hnxld8qxy0k4m5xp4g94jiq4p")))) + (base32 "10znckb8mrnmvwj7vq12732al873qhqw27fpb5f8r0bkjdpcj3vr")))) (build-system gnu-build-system) (native-inputs (list autoconf automake libtool file)) |