me
/
guix
Archived
1
0
Fork 0

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

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

Change-Id: If72801c7dd0958c538ee95748794b67711b21cf1
master
Vinicius Monego 2024-06-29 15:13:29 -03:00
parent 50049f2ab0
commit 2c49dd3550
No known key found for this signature in database
GPG Key ID: 637B0B138065B68A
1 changed files with 2 additions and 2 deletions

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