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 58e48c64cf gnu: pd: Update to 0.55-0.
58e48c64cf is described below

commit 58e48c64cf653024fc4e34f8c18c517b3c7e3e59
Author: jgart <jg...@dismail.de>
AuthorDate: Sun Jun 16 13:03:13 2024 -0500

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

Reply via email to