Unverified Commit c4c81600 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.types-mock: 5.2.0.20250516 -> 5.2.0.20250809 (#434334)

parents a853c581 d32f1c22
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildPythonPackage rec {
  pname = "types-mock";
  version = "5.2.0.20250516";
  version = "5.2.0.20250809";
  pyproject = true;

  src = fetchPypi {
    pname = "types_mock";
    inherit version;
    hash = "sha256-qrfT2a04FPL42hLMjkLZvn04IAxfIU48AnjDj6ASmdc=";
    hash = "sha256-lUjrwvuzhZ8HZcghXwsGOJeliliTD5VGeoFKnJ3naxY=";
  };

  build-system = [ setuptools ];