guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: pd: Update to 0.51-1.


From: guix-commits
Subject: 04/04: gnu: pd: Update to 0.51-1.
Date: Mon, 31 Aug 2020 11:50:45 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit fff9d1f7158355846df64cb2da5df8ae6312f0e5
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Aug 31 17:46:50 2020 +0200

    gnu: pd: Update to 0.51-1.
    
    * gnu/packages/music.scm (pd): Update to 0.51-1.
---
 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 ae8579c..d6ac1da 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -1945,7 +1945,7 @@ export.")
 (define-public pd
   (package
     (name "pd")
-    (version "0.51-0")
+    (version "0.51-1")
     (source (origin
               (method url-fetch)
               (uri
@@ -1953,7 +1953,7 @@ export.")
                               version ".src.tar.gz"))
               (sha256
                (base32
-                "0qzv4hjf4h7xx00ihnbl43pxa0fia9qkc8nwgzhqrs12jiljz6ps"))))
+                "0imbha9h96vqa967cbmdj7kkx7zrs054n5w2bjnifxdzws3qbxf6"))))
     (build-system gnu-build-system)
     (arguments
      (let ((wish (string-append "wish" (version-major+minor



reply via email to

[Prev in Thread] Current Thread [Next in Thread]