python310Packages.patsy 0 -> 1 attrpath: python310Packages.patsy 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] this derivation will be built: /nix/store/i6jgxn53lwvjy782q490hl2ryv21cf2d-packages.json.drv building '/nix/store/i6jgxn53lwvjy782q490hl2ryv21cf2d-packages.json.drv'... Going to be running update for following packages: - python3.10-patsy-0.5.3 Press Enter key to continue... Running update for: - python3.10-patsy-0.5.3: UPDATING ... - python3.10-patsy-0.5.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/patsy/default.nix b/pkgs/development/python-modules/patsy/default.nix index a1ed788dda12..9cc021cd495e 100644 --- a/pkgs/development/python-modules/patsy/default.nix +++ b/pkgs/development/python-modules/patsy/default.nix @@ -9,12 +9,12 @@ buildPythonPackage rec { pname = "patsy"; - version = "0.5.3"; + version = "0.5.6"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-vcGAAYdeMZvJHIEsHrahC+S7E8uB63Y/RmF53KO2cnc="; + hash = "sha256-lcbUenIiU1+Ev/f2PXMD8uKXdHpZjbic9cZ/DAx9LNs="; }; propagatedBuildInputs = [ No auto update branch exists Old version 0.5.3" not present in staging derivation file with contents: { lib , fetchPypi , buildPythonPackage , setuptools , six , numpy , scipy # optional, allows spline-related features (see patsy's docs) , pytestCheckHook }: buildPythonPackage rec { pname = "patsy"; version = "0.5.4"; pyproject = true; src = fetchPypi { inherit pname version; hash = "sha256-favFJ1lzCN4OjxiPqiCvfgaom9qjBnVt/HeDaT6havQ="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ six numpy scipy ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "patsy" ]; meta = { description = "A Python package for describing statistical models"; homepage = "https://github.com/pydata/patsy"; license = lib.licenses.bsd2; maintainers = with lib.maintainers; [ ilya-kolpakov ]; }; }