python310Packages.mesa 2.1.1 -> 2.1.5 https://repology.org/project/python:mesa/versions attrpath: python310Packages.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] Going to be running update for following packages: - python3.10-mesa-2.1.1 Press Enter key to continue... Running update for: - python3.10-mesa-2.1.1: UPDATING ... - python3.10-mesa-2.1.1: 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 fe4e8dd598d5..4a9001ff1b9c 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.1"; + version = "2.1.5"; 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-1wyXndB7xQy1jnfHsIqMQgsvmGYUhjDuSBB2M0GcXC4="; + hash = "sha256-UMf3z1bEElygfqwgY65qhOEK4i9K9gH42muId3mZUjY="; }; propagatedBuildInputs = [ No auto update branch exists Old version 2.1.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi , isPy27 , cookiecutter , networkx , pandas , tornado , tqdm , pytestCheckHook }: buildPythonPackage rec { pname = "mesa"; version = "2.1.5"; format = "setuptools"; # According to their docs, this library is for Python 3+. disabled = isPy27; src = fetchPypi { pname = "Mesa"; inherit version; hash = "sha256-UMf3z1bEElygfqwgY65qhOEK4i9K9gH42muId3mZUjY="; }; 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 ]; }; }