guix-commits
[Top][All Lists]
Advanced

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

03/10: gnu: sratom: Update to 0.6.2.


From: Tobias Geerinckx-Rice
Subject: 03/10: gnu: sratom: Update to 0.6.2.
Date: Tue, 14 Aug 2018 18:36:03 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c3da234f607f41603a5ab556400815785a2ad459
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Aug 14 17:55:28 2018 +0200

    gnu: sratom: Update to 0.6.2.
    
    * gnu/packages/audio.scm (sratom): Update to 0.6.2.
---
 gnu/packages/audio.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/audio.scm b/gnu/packages/audio.scm
index dda77ee..e59a597 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2284,14 +2284,14 @@ input/output.")
 (define-public sratom
   (package
     (name "sratom")
-    (version "0.6.0")
+    (version "0.6.2")
     (source (origin
              (method url-fetch)
              (uri (string-append "https://download.drobilla.net/sratom-";
                                  version ".tar.bz2"))
              (sha256
               (base32
-               "0hrxd9i66s06bpn6i3s9ka95134g3sm8yscmif7qgdzhyjqw42j4"))))
+               "0lz883ravxjf7r9wwbx2gx9m8vhyiavxrl9jdxfppjxnsralll8a"))))
     (build-system waf-build-system)
     (arguments `(#:tests? #f)) ; no check target
     (inputs



reply via email to

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