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>
This commit is contained in:
hapster 2024-05-26 08:42:11 +02:00 committed by Andreas Enge
parent 06059d4277
commit 103e9db157
No known key found for this signature in database
GPG Key ID: F7D5C9BF765C61E3

View File

@ -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))