python311Packages.mesa 0 -> 1 attrpath: python311Packages.mesa 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/abx43yx68v08i0x5vapbydni1klm3sr2-packages.json.drv building '/nix/store/abx43yx68v08i0x5vapbydni1klm3sr2-packages.json.drv'... Going to be running update for following packages: - python3.11-mesa-2.1.5 Press Enter key to continue... Running update for: - python3.11-mesa-2.1.5: UPDATING ... - python3.11-mesa-2.1.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/mesa/default.nix b/pkgs/development/python-modules/mesa/default.nix index 4a9001ff1b9c..a7a8fa175ca6 100644 --- a/pkgs/development/python-modules/mesa/default.nix +++ b/pkgs/development/python-modules/mesa/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "mesa"; - version = "2.1.5"; + version = "2.2.4"; format = "setuptools"; # According to their docs, this library is for Python 3+. @@ -21,7 +21,7 @@ buildPythonPackage rec { src = fetchPypi { pname = "Mesa"; inherit version; - hash = "sha256-UMf3z1bEElygfqwgY65qhOEK4i9K9gH42muId3mZUjY="; + hash = "sha256-5og3ACS2r36BEGWfqtw6WG6yJwNF5p3M9K25sSmHosM="; }; propagatedBuildInputs = [ No auto update branch exists Old version 2.1.5" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , isPy27 , cookiecutter , networkx , pandas , tornado , tqdm , pytestCheckHook }: buildPythonPackage rec { pname = "mesa"; version = "2.2.4"; format = "setuptools"; # According to their docs, this library is for Python 3+. disabled = isPy27; src = fetchPypi { pname = "Mesa"; inherit version; hash = "sha256-5og3ACS2r36BEGWfqtw6WG6yJwNF5p3M9K25sSmHosM="; }; propagatedBuildInputs = [ cookiecutter networkx pandas tornado tqdm ]; nativeCheckInputs = [ pytestCheckHook ]; disabledTests = [ "test_examples" "test_run" "test_scaffold_creates_project_dir" ]; meta = with lib; { homepage = "https://github.com/projectmesa/mesa"; description = "An agent-based modeling (or ABM) framework in Python"; license = licenses.asl20; maintainers = [ maintainers.dpaetzel ]; }; }