summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-05-21 05:35:12 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-05-21 06:02:11 +0200
commitb91dcefda1507df61b5ebfa821cbf1ea8a47b5f9 (patch)
tree8fd18cb4e80273b8c42bb73233dd59361a013ae6
parent32cde877ee4c78772989b72a4eb9cdb699cc9541 (diff)
downloadguix-b91dcefda1507df61b5ebfa821cbf1ea8a47b5f9.tar.gz
gnu: patchage: Update to 1.0.2.
* gnu/packages/audio.scm (patchage): Update to 1.0.2.
-rw-r--r--gnu/packages/audio.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index e6eefad61b..35c4001303 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2191,7 +2191,7 @@ buffers, and audio capture.")
 (define-public patchage
   (package
     (name "patchage")
-    (version "1.0.0")
+    (version "1.0.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://download.drobilla.net/patchage-"
@@ -2199,10 +2199,10 @@ buffers, and audio capture.")
                                   ".tar.bz2"))
               (sha256
                (base32
-                "1agdpwwi42176l4mxj0c4fsvdiv1ig56bfnnx0msckxmy57df8bb"))))
+                "0dk3fiac10m83mwss3026yz7ygc47c2iw924cwwnh2fyydc9bsy6"))))
     (build-system waf-build-system)
     (arguments
-     `(#:tests? #f ; no check target
+     `(#:tests? #f                      ; no check target
        #:python ,python-2))
     (inputs
      `(("alsa-lib" ,alsa-lib)