python3Packages.automat: 24.8.1 -> 25.4.16

This commit was automatically generated using update-python-libraries.

Changed files
+7 -10
pkgs
development
python-modules
automat
+7 -10
pkgs/development/python-modules/automat/default.nix
···
lib,
buildPythonPackage,
fetchPypi,
-
attrs,
+
hatch-vcs,
pytest-benchmark,
pytestCheckHook,
-
setuptools-scm,
-
six,
+
setuptools,
}:
let
automat = buildPythonPackage rec {
-
version = "24.8.1";
+
version = "25.4.16";
format = "pyproject";
pname = "automat";
src = fetchPypi {
inherit pname version;
-
hash = "sha256-s0Inz2P2MluK0jme3ngGdQg+Q5sgwyPTdjc9juYwbYg=";
+
hash = "sha256-ABdZGlR3Bm6Q0msOaW3cFDuq/Ye1iM+sgQC8a+ljTeA=";
};
-
nativeBuildInputs = [ setuptools-scm ];
-
-
propagatedBuildInputs = [
-
six
-
attrs
+
build-system = [
+
setuptools
+
hatch-vcs
];
nativeCheckInputs = [