python310Packages.scikit-rf: 0.27.1 -> 0.28.0

This commit is contained in:
R. Ryantm 2023-07-12 19:21:43 +00:00
parent ff6e67d2c2
commit aca7ed1b6b

View File

@ -31,7 +31,7 @@
buildPythonPackage rec {
pname = "scikit-rf";
version = "0.27.1";
version = "0.28.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -40,7 +40,7 @@ buildPythonPackage rec {
owner = "scikit-rf";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-oCdcj0rByNKIVqXoG3zJMTA5PCNlYfroV2kQUACGAuY=";
hash = "sha256-cTvWNfIs2bAOYpXDg6ghZA4tRXlaNbUZwcaZMjCi/YY=";
};
buildInputs = [