python3Packages.types-pyyaml: 6.0.12.20240917 -> 6.0.12.20241230
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user