Unverified Commit 441fe89f authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

python3Packages.types-tqdm: 4.67.0.20250417 -> 4.67.0.20250516 (#409349)

parents 7fbb499b 98ad5d7d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,13 +8,13 @@

buildPythonPackage rec {
  pname = "types-tqdm";
  version = "4.67.0.20250417";
  version = "4.67.0.20250516";
  pyproject = true;

  src = fetchPypi {
    pname = "types_tqdm";
    inherit version;
    hash = "sha256-v8xAmdjUjfVOU/PqZHCMvMHRxAOcp2GVlBidqMA8e+I=";
    hash = "sha256-IwzKuKMy008ZP8AH6xMqbvVLRRJFLnGL8hrgp8rrWms=";
  };

  build-system = [ setuptools ];