python310Packages.param 1.13.0 -> 2.0.1 https://repology.org/project/python:param/versions attrpath: python310Packages.param Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] Going to be running update for following packages: - python3.10-param-1.13.0 Press Enter key to continue... Running update for: - python3.10-param-1.13.0: UPDATING ... - python3.10-param-1.13.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/param/default.nix b/pkgs/development/python-modules/param/default.nix index a37cf7c7f03d..33b6e701c644 100644 --- a/pkgs/development/python-modules/param/default.nix +++ b/pkgs/development/python-modules/param/default.nix @@ -7,7 +7,7 @@ buildPythonPackage rec { pname = "param"; - version = "1.13.0"; + version = "2.0.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -16,7 +16,7 @@ buildPythonPackage rec { owner = "holoviz"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-5b3UTzb7OXBwcyYyDVCGLUpWxNOYZ3cv8Gfw+x7jsBI="; + hash = "sha256-8R1+utY3e3py4iJTgOVfzt5Y7bp2Rn6OfoITGuOsb5c="; }; nativeCheckInputs = [ No auto update branch exists Old version 1.13.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , pythonOlder # build-system , hatchling , hatch-vcs # tests , numpy , pandas , pytest-asyncio , pytestCheckHook }: buildPythonPackage rec { pname = "param"; version = "2.0.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "holoviz"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-8R1+utY3e3py4iJTgOVfzt5Y7bp2Rn6OfoITGuOsb5c="; }; nativeBuildInputs = [ hatchling hatch-vcs ]; nativeCheckInputs = [ numpy pandas pytest-asyncio pytestCheckHook ]; pythonImportsCheck = [ "param" ]; meta = with lib; { description = "Declarative Python programming using Parameters"; homepage = "https://param.holoviz.org/"; changelog = "https://github.com/holoviz/param/releases/tag/v${version}"; license = licenses.bsd3; maintainers = with maintainers; [ ]; }; }