This is an automated email from the git hooks/post-receive script.

jgart pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 94a0f20187 gnu: pd: Update to 0.54-1.
94a0f20187 is described below

commit 94a0f201878f831c74bbdf630d4b3f21e9a523bf
Author: jgart <jg...@dismail.de>
AuthorDate: Sun Jun 16 12:55:56 2024 -0500

    gnu: pd: Update to 0.54-1.
    
    * gnu/packages/music.scm (pd): Update to 0.54-1.
    
    Change-Id: Ie8647bb958989150a40f59b8806824a4c2dc66a2
---
 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 06c6211026..72b9b098ba 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -3022,7 +3022,7 @@ export.")
 (define-public pd
   (package
     (name "pd")
-    (version "0.53-1")
+    (version "0.54-1")
     (source (origin
               (method url-fetch)
               (uri
@@ -3030,7 +3030,7 @@ export.")
                               version ".src.tar.gz"))
               (sha256
                (base32
-                "0g0ks2h55p0kwz2cc5n7d6vcl6crg299zfwwwwnzc6fibclaqksl"))))
+                "1hh4zn9rsw6phcsypvn4qjab50i00mx7i16mnpkh3d106syx9hw5"))))
     (build-system gnu-build-system)
     (arguments
      (let ((wish (string-append "wish" (version-major+minor

Reply via email to