From 2f531fc33c6db097759f115451fecd4d28ce4644 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Sun, 29 Sep 2024 17:07:36 +0200 Subject: [PATCH] python3Packages.types-pyyaml: 6.0.12.20240311 -> 6.0.12.20240917 --- pkgs/development/python-modules/types-pyyaml/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/types-pyyaml/default.nix b/pkgs/development/python-modules/types-pyyaml/default.nix index 99006754e304..31fe7ac1de19 100644 --- a/pkgs/development/python-modules/types-pyyaml/default.nix +++ b/pkgs/development/python-modules/types-pyyaml/default.nix @@ -6,13 +6,13 @@ buildPythonPackage rec { pname = "types-pyyaml"; - version = "6.0.12.20240311"; + version = "6.0.12.20240917"; format = "setuptools"; src = fetchPypi { pname = "types-PyYAML"; inherit version; - hash = "sha256-qeDw+I3INXObDBylHukNBMoqiXpxr3nemuxfOMsKU0I="; + hash = "sha256-0UBahvlXZoIjTvg7y05v/3yTBcix+61eC81Pfb3JxYc="; }; # Module doesn't have tests