lol

python312Packages.types-awscrt: 0.24.1 -> 0.24.2 (#392177)

authored by

Fabian Affolter and committed by
GitHub
3e8f4560 8acb1ffe

+2 -2
+2 -2
pkgs/development/python-modules/types-awscrt/default.nix
··· 8 8 9 9 buildPythonPackage rec { 10 10 pname = "types-awscrt"; 11 - version = "0.24.1"; 11 + version = "0.24.2"; 12 12 pyproject = true; 13 13 14 14 disabled = pythonOlder "3.8"; ··· 16 16 src = fetchPypi { 17 17 pname = "types_awscrt"; 18 18 inherit version; 19 - hash = "sha256-/G6uVvjcWj+MyTzCx8My+oKQn4KE++JeAUxXV1evOX0="; 19 + hash = "sha256-WCa69prV0px2vkn8ffACIigfoxsU+Z6ftEktceyY/qU="; 20 20 }; 21 21 22 22 build-system = [ setuptools ];