andreas pushed a commit to branch master
in repository guix.
commit 103e9db1573275118d435a15f5fbe752734cc248
Author: hapster <[email protected]>
AuthorDate: Sun May 26 08:42:11 2024 +0200
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 <[email protected]>
---
gnu/packages/audio.scm | 5 +++--
1 file 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 <[email protected]>
;;; Copyright © 2023 Zheng Junjie <[email protected]>
;;; Copyright © 2023 Parnikkapore <[email protected]>
+;;; Copyright © 2024 hapster <[email protected]>
;;;
;;; 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))