z572 pushed a commit to branch master
in repository guix.

commit 06805977384020eb36eb17582a06f4e9bbef3f8d
Author: Zheng Junjie <[email protected]>
AuthorDate: Thu Jan 16 14:05:20 2025 +0800

    gnu: padthv1: Update to 1.2.0.
    
    * gnu/packages/music.scm (padthv1): Update to 1.2.0.
    
    Change-Id: Id26ae96bab323ccfa358545017f0b1e2e8f7f079
---
 gnu/packages/music.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index e4fd8e3900..12b4d72a55 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -2615,7 +2615,7 @@ effects.")
 (define-public padthv1
   (package
     (name "padthv1")
-    (version "1.1.3")
+    (version "1.2.0")
     (source (origin
               (method url-fetch)
               (uri
@@ -2623,7 +2623,7 @@ effects.")
                               "/padthv1-" version ".tar.gz"))
               (sha256
                (base32
-                "13rfak12f0x1vs35g0xri6qfkkfpkhmbgm5wg1s8vhmyawik6h6s"))))
+                "155q82rib92jpxahwihklfv4a1dck76bmnji6qdvxdir0fn4v7lw"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f))                    ; there are no tests

Reply via email to