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 1.3.0.
* gnu/packages/engineering.scm (python-scikit-rf): Update to 1.3.0. Change-Id: Ibf8f77715c6d926dab61f5e385ca7db82786ee70
This commit is contained in:
parent
c4de5091a9
commit
1b1c392809
1 changed files with 2 additions and 2 deletions
|
@ -2731,7 +2731,7 @@ (define-public python-pandapipes
|
|||
(define-public python-scikit-rf
|
||||
(package
|
||||
(name "python-scikit-rf")
|
||||
(version "1.1.0")
|
||||
(version "1.3.0")
|
||||
(source (origin
|
||||
(method git-fetch) ;PyPI misses some files required for tests
|
||||
(uri (git-reference
|
||||
|
@ -2739,7 +2739,7 @@ (define-public python-scikit-rf
|
|||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32
|
||||
"0ji1c8b9cbgb0w18dx976hza690npkypz8kav4a3yin2wysjvf64"))
|
||||
"0idr730zdwlxdqyvh3s24720pxrjhwixih24gbqzipgp8nh0713i"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system pyproject-build-system)
|
||||
(propagated-inputs (list python-matplotlib
|
||||
|
|
Loading…
Reference in a new issue