Commit 5f48f53a authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python313Packages.types-awscrt: 0.26.1 -> 0.27.1

parent b5d04938
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

buildPythonPackage rec {
  pname = "types-awscrt";
  version = "0.26.1";
  version = "0.27.1";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -16,7 +16,7 @@ buildPythonPackage rec {
  src = fetchPypi {
    pname = "types_awscrt";
    inherit version;
    hash = "sha256-rKlviJs3RcDnT0Lwjyd/7Tv26bqiz5sGo29413cg5QQ=";
    hash = "sha256-PCvuUu5FAi2q9PEG1dG18P8Kjj5gk92mX1MVt2abxBg=";
  };

  build-system = [ setuptools ];