[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: python-scikit-rf: Update to 0.29.1.
From: |
guix-commits |
Subject: |
01/03: gnu: python-scikit-rf: Update to 0.29.1. |
Date: |
Tue, 3 Oct 2023 07:56:43 -0400 (EDT) |
monego pushed a commit to branch master
in repository guix.
commit 350b812a22ee72cc442d14c596ad205e4a4e57ca
Author: Vinicius Monego <monego@posteo.net>
AuthorDate: Sun Sep 17 08:15:22 2023 -0300
gnu: python-scikit-rf: Update to 0.29.1.
* gnu/packages/engineering.scm (python-scikit-rf): Update to 0.29.1.
[native-inputs]: Add python-pytest-mock.
---
gnu/packages/engineering.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/engineering.scm b/gnu/packages/engineering.scm
index dff60dac48..e5472cb71c 100644
--- a/gnu/packages/engineering.scm
+++ b/gnu/packages/engineering.scm
@@ -2604,7 +2604,7 @@ measurement devices and test equipment via GPIB, RS232,
Ethernet or USB.")
(define-public python-scikit-rf
(package
(name "python-scikit-rf")
- (version "0.28.0")
+ (version "0.29.1")
(source (origin
(method git-fetch) ;PyPI misses some files required for tests
(uri (git-reference
@@ -2612,7 +2612,7 @@ measurement devices and test equipment via GPIB, RS232,
Ethernet or USB.")
(commit (string-append "v" version))))
(sha256
(base32
- "11pxl8q356f6q4cvadasg52js3k446l87hwmc87b1n9cy8sxcfvi"))
+ "11pbcgbq34xyjv5gjwi3a8cpgqqwmd73ps1fwyjajl26q2nkmcdh"))
(file-name (git-file-name name version))))
(build-system pyproject-build-system)
(propagated-inputs (list python-matplotlib
@@ -2630,6 +2630,7 @@ measurement devices and test equipment via GPIB, RS232,
Ethernet or USB.")
python-networkx
python-pytest
python-pytest-cov
+ python-pytest-mock
python-pyvisa))
(home-page "https://scikit-rf.org/")
(synopsis "Radio frequency and Microwave Engineering Scikit")