gnu: sratom: Update to 0.6.4.
authorTobias Geerinckx-Rice <me@tobias.gr>
Tue, 12 Nov 2019 02:30:29 +0000 (03:30 +0100)
committerTobias Geerinckx-Rice <me@tobias.gr>
Tue, 12 Nov 2019 02:33:07 +0000 (03:33 +0100)
* gnu/packages/audio.scm (sratom): Update to 0.6.4.

gnu/packages/audio.scm

index 1ef59bb..0f60640 100644 (file)
@@ -2386,16 +2386,16 @@ input/output.")
 (define-public sratom
   (package
     (name "sratom")
-    (version "0.6.2")
+    (version "0.6.4")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://download.drobilla.net/sratom-"
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "0lz883ravxjf7r9wwbx2gx9m8vhyiavxrl9jdxfppjxnsralll8a"))))
+               "0vh0biy3ngpzzgdml309c2mqz8xq9q0hlblczb4c6alhp0a8yv0l"))))
     (build-system waf-build-system)
-    (arguments `(#:tests? #f)) ; no check target
+    (arguments `(#:tests? #f))          ; no check target
     (inputs
      `(("lv2" ,lv2)
        ("serd" ,serd)