guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: sratom: Update to 0.6.2.


From: Marius Bakke
Subject: 01/04: gnu: sratom: Update to 0.6.2.
Date: Thu, 16 Aug 2018 11:41:26 -0400 (EDT)

mbakke pushed a commit to branch staging
in repository guix.

commit 80b32d9620517c98fea358fdbd99b2e0a3d098f8
Author: Marius Bakke <address@hidden>
Date:   Thu Aug 16 15:59:07 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 89f2275..17a94af 100644
--- a/gnu/packages/audio.scm
+++ b/gnu/packages/audio.scm
@@ -2292,14 +2292,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]