python3Packages.types-pyyaml: 6.0.12.20240917 -> 6.0.12.20241230

This commit is contained in:
Martin Weinelt
2025-01-27 10:57:46 +01:00
parent 574d8c5dee
commit 29d27bf965
@@ -2,19 +2,22 @@
lib,
buildPythonPackage,
fetchPypi,
setuptools,
}:
buildPythonPackage rec {
pname = "types-pyyaml";
version = "6.0.12.20240917";
format = "setuptools";
version = "6.0.12.20241230";
pyproject = true;
src = fetchPypi {
pname = "types-PyYAML";
pname = "types_pyyaml";
inherit version;
hash = "sha256-0UBahvlXZoIjTvg7y05v/3yTBcix+61eC81Pfb3JxYc=";
hash = "sha256-fwdiLb00u5yLJk/oYKF+DvytANULXyfpOYSQnZNjSYw=";
};
build-system = [ setuptools ];
# Module doesn't have tests
doCheck = false;