python312Packages.scikit-rf: 1.5.0 -> 1.6.2 (#386204)
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "scikit-rf";
|
||||
version = "1.5.0";
|
||||
version = "1.6.2";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
@@ -35,7 +35,7 @@ buildPythonPackage rec {
|
||||
owner = "scikit-rf";
|
||||
repo = "scikit-rf";
|
||||
tag = "v${version}";
|
||||
hash = "sha256-WUrZHKWxXc1z5IrKD52MQfTEGHnoqm/AarSZOANffpc=";
|
||||
hash = "sha256-Bs1pxiO5VX/lrd3M6sy+qPSR/K7fxMYNrU+GIXhNY2g=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -91,7 +91,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Python library for RF/Microwave engineering";
|
||||
homepage = "https://scikit-rf.org/";
|
||||
changelog = "https://github.com/scikit-rf/scikit-rf/releases/tag/v${version}";
|
||||
changelog = "https://github.com/scikit-rf/scikit-rf/releases/tag/${src.tag}";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ lugarun ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user