From 34bbe2f5a68a21aa9c436168e1a4ace3dcc5e986 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Fri, 12 May 2023 00:33:02 +0000 Subject: [PATCH] python310Packages.types-pyyaml: 6.0.12.8 -> 6.0.12.9 --- 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 9c85c50dc02f..0dc731b60266 100644 --- a/pkgs/development/python-modules/types-pyyaml/default.nix +++ b/pkgs/development/python-modules/types-pyyaml/default.nix @@ -5,13 +5,13 @@ buildPythonPackage rec { pname = "types-pyyaml"; - version = "6.0.12.8"; + version = "6.0.12.9"; format = "setuptools"; src = fetchPypi { pname = "types-PyYAML"; inherit version; - hash = "sha256-GTBIaaidSa8AvmgeeyZ0FN8hP064ljTESV+mLo+UK58="; + hash = "sha256-xRsb1tmd3wqiiEp6MogQ6/cKQmLCkhldP0+aAAX57rY="; }; # Module doesn't have tests