guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: python-scikit-rf: Update to 0.27.1.


From: guix-commits
Subject: 01/02: gnu: python-scikit-rf: Update to 0.27.1.
Date: Sun, 14 May 2023 15:40:33 -0400 (EDT)

monego pushed a commit to branch master
in repository guix.

commit ede269edd05f9819d2b62d30a493099e1f754615
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sun May 14 13:17:17 2023 -0300

    gnu: python-scikit-rf: Update to 0.27.1.
    
    * gnu/packages/engineering.scm (python-scikit-rf): Update to 0.27.1.
---
 gnu/packages/engineering.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index fe1a074865..465154abf4 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -2497,7 +2497,7 @@ measurement devices and test equipment via GPIB, RS232, 
Ethernet or USB.")
 (define-public python-scikit-rf
   (package
     (name "python-scikit-rf")
-    (version "0.26.0")
+    (version "0.27.1")
     (source (origin
               (method git-fetch) ;PyPI misses some files required for tests
               (uri (git-reference
@@ -2505,7 +2505,7 @@ measurement devices and test equipment via GPIB, RS232, 
Ethernet or USB.")
                     (commit (string-append "v" version))))
               (sha256
                (base32
-                "1v7dag6sm96b18y4p46cjjyqnq9r2r7qmiy0xvdwy3js4zf4iwcv"))
+                "1rh2hq050439azlglqb54cy3jc1ir5y1ps55as4d5j619a7mq9x0"))
               (file-name (git-file-name name version))))
     (build-system pyproject-build-system)
     (propagated-inputs (list python-matplotlib



reply via email to

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