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

python3Packages.types-regex: 2025.9.1.20250903 -> 2025.9.18.20250921 (#446681)

parents 8a92529f 033768b7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildPythonPackage rec {
  pname = "types-regex";
  version = "2025.9.1.20250903";
  version = "2025.9.18.20250921";
  pyproject = true;

  src = fetchPypi {
    pname = "types_regex";
    inherit version;
    hash = "sha256-IwEW9ktcCLBhCdlQCG5V/ICbiipdE+gCGKx880+arIQ=";
    hash = "sha256-4XAMIbHDEpDkpt1iWE7R8dadcE7RZ2toqO2i0dJCDD8=";
  };

  build-system = [