python311Packages.qdldl 0 -> 1 attrpath: python311Packages.qdldl 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/a15i9wck8biva4svwp9ymi5x9wc6rvaw-packages.json.drv building '/nix/store/a15i9wck8biva4svwp9ymi5x9wc6rvaw-packages.json.drv'... Going to be running update for following packages: - python3.11-qdldl-0.1.7.post1 Press Enter key to continue... Running update for: - python3.11-qdldl-0.1.7.post1: UPDATING ... - python3.11-qdldl-0.1.7.post1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/qdldl/default.nix b/pkgs/development/python-modules/qdldl/default.nix index a5af403d4d7a..10d05be78696 100644 --- a/pkgs/development/python-modules/qdldl/default.nix +++ b/pkgs/development/python-modules/qdldl/default.nix @@ -10,12 +10,12 @@ buildPythonPackage rec { pname = "qdldl"; - version = "0.1.7.post1"; + version = "0.1.7.post2"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-eY2IwW4CU2rmXHHwa2Tj+/MbdNfke8EP+YFnaGMrOmQ="; + hash = "sha256-SxU5pewQzHV6/XFW1960AGAHythtd0yfD9w+NEFVV9M="; }; dontUseCmakeConfigure = true; No auto update branch exists Old version 0.1.7.post1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , cmake , pybind11 , numpy , scipy , pytestCheckHook }: buildPythonPackage rec { pname = "qdldl"; version = "0.1.7.post2"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-SxU5pewQzHV6/XFW1960AGAHythtd0yfD9w+NEFVV9M="; }; dontUseCmakeConfigure = true; nativeBuildInputs = [ cmake ]; buildInputs = [ pybind11 ]; propagatedBuildInputs = [ numpy scipy ]; pythonImportsCheck = [ "qdldl" ]; nativeCheckInputs = [ pytestCheckHook ]; meta = with lib; { description = "A free LDL factorization routine"; homepage = "https://github.com/oxfordcontrol/qdldl"; downloadPage = "https://github.com/oxfordcontrol/qdldl-python"; license = licenses.asl20; maintainers = with maintainers; [ drewrisinger ]; }; }