1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: python-scikit-rf: Update to 1.1.0.

* gnu/packages/engineering.scm (python-scikit-rf): Update to 1.1.0.

Change-Id: If72801c7dd0958c538ee95748794b67711b21cf1
This commit is contained in:
Vinicius Monego
2024-06-29 15:13:29 -03:00
parent 50049f2ab0
commit 2c49dd3550

View File

@@ -2629,7 +2629,7 @@ measurement devices and test equipment via GPIB, RS232, Ethernet or USB.")
(define-public python-scikit-rf
(package
(name "python-scikit-rf")
(version "1.0.0")
(version "1.1.0")
(source (origin
(method git-fetch) ;PyPI misses some files required for tests
(uri (git-reference
@@ -2637,7 +2637,7 @@ measurement devices and test equipment via GPIB, RS232, Ethernet or USB.")
(commit (string-append "v" version))))
(sha256
(base32
"0qfijh2r93jn3za2h9wdv2y49gd4alcww35zrdvmxrx6kbv67m2f"))
"0ji1c8b9cbgb0w18dx976hza690npkypz8kav4a3yin2wysjvf64"))
(file-name (git-file-name name version))))
(build-system pyproject-build-system)
(propagated-inputs (list python-matplotlib