diff --git a/pkgs/development/python-modules/scikit-rf/default.nix b/pkgs/development/python-modules/scikit-rf/default.nix index b11ab5d7b4f6..63a99377331b 100644 --- a/pkgs/development/python-modules/scikit-rf/default.nix +++ b/pkgs/development/python-modules/scikit-rf/default.nix @@ -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 ]; };