guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: volk: Update to 2.3.0.


From: guix-commits
Subject: 01/03: gnu: volk: Update to 2.3.0.
Date: Mon, 15 Jun 2020 08:27:12 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6e1aa1c443071ac8f37dc7d624a94d9c893009dd
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jun 15 13:30:27 2020 +0200

    gnu: volk: Update to 2.3.0.
    
    * gnu/packages/engineering.scm (volk): Update to 2.3.0.
---
 gnu/packages/engineering.scm | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index fe3c87e..6edc799 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -1027,15 +1027,14 @@ the 'showing the effect of'-style of operation.")
 (define-public volk
   (package
     (name "volk")
-    (version "2.2.1")
+    (version "2.3.0")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://www.libvolk.org/releases/volk-";
                            version ".tar.gz"))
        (sha256
-        (base32
-         "1wz5nhmw6np8ka30pgy1qnima3rk2ksln4klfhrj7wah3fian0k9"))))
+        (base32 "1pjxz3piwy49njj5y2zk437prwkv9lfs5g48577jj3kcsg766vi3"))))
     (build-system cmake-build-system)
     (arguments
      `(#:phases



reply via email to

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