mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: python-scikit-rf: Update to 0.27.1.
* gnu/packages/engineering.scm (python-scikit-rf): Update to 0.27.1.
This commit is contained in:
parent
f0b4cfb475
commit
ede269edd0
1 changed files with 2 additions and 2 deletions
|
@ -2497,7 +2497,7 @@ (define-public python-pyvisa
|
|||
(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 @@ (define-public python-scikit-rf
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue