python3Packages.typed-settings: 24.6.0 -> 25.0.0

https://gitlab.com/sscherfke/typed-settings/-/blob/25.0.0/CHANGELOG.rst

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2025-08-09 19:04:35 +02:00
parent b54c566dee
commit f199081f19
@@ -21,7 +21,7 @@
}:
buildPythonPackage rec {
pname = "typed-settings";
version = "24.6.0";
version = "25.0.0";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -29,7 +29,7 @@ buildPythonPackage rec {
src = fetchPypi {
pname = "typed_settings";
inherit version;
hash = "sha256-mlWV3jP4BFKiA44Bi8RVCP/8I4qHUvCPXAPcjnvA0eI=";
hash = "sha256-Kbr9Mc1PXgD+OAw/ADp3HXC+rnAJcFEqjlXxQq/1wRM=";
};
build-system = [ hatchling ];