python312Packages.nutils 8.4 -> 8.6 https://github.com/evalf/nutils/releases attrpath: python312Packages.nutils 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/27210gsmkl51hlyqwhhavlvq7ksz0m5p-packages.json.drv building '/nix/store/27210gsmkl51hlyqwhhavlvq7ksz0m5p-packages.json.drv'... Going to be running update for following packages: - python3.12-nutils-8.4 Press Enter key to continue... Running update for: - python3.12-nutils-8.4: UPDATING ... - python3.12-nutils-8.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/nutils/default.nix b/pkgs/development/python-modules/nutils/default.nix index 803a4f1c04fd..3447f4deddf3 100644 --- a/pkgs/development/python-modules/nutils/default.nix +++ b/pkgs/development/python-modules/nutils/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "nutils"; - version = "8.4"; + version = "8.6"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -22,7 +22,7 @@ buildPythonPackage rec { owner = "evalf"; repo = "nutils"; rev = "refs/tags/v${version}"; - hash = "sha256-cwMo3ixTK7UO9sxhcQBN4/gNZNAoBH/xL2tZ1Orh8LE="; + hash = "sha256-vfdb7+jcJ5EuWDoZyRExWEPEWt+lgbzmAL3QhguLtHE="; }; nativeBuildInputs = [ No auto update branch exists Old version 8.4" not present in staging derivation file with contents: { lib , stdenv , buildPythonPackage , fetchFromGitHub , numpy , treelog , stringly , flit-core , bottombar , pytestCheckHook , pythonOlder }: buildPythonPackage rec { pname = "nutils"; version = "8.6"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "evalf"; repo = "nutils"; rev = "refs/tags/v${version}"; hash = "sha256-vfdb7+jcJ5EuWDoZyRExWEPEWt+lgbzmAL3QhguLtHE="; }; nativeBuildInputs = [ flit-core ]; propagatedBuildInputs = [ numpy treelog stringly bottombar ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "nutils" ]; disabledTestPaths = [ # AttributeError: type object 'setup' has no attribute '__code__' "tests/test_cli.py" ]; meta = with lib; { description = "Numerical Utilities for Finite Element Analysis"; changelog = "https://github.com/evalf/nutils/releases/tag/v${version}"; homepage = "https://www.nutils.org/"; license = licenses.mit; maintainers = with maintainers; [ Scriptkiddi ]; }; }