Unverified Commit 02f5c4fe authored by dotlambda's avatar dotlambda Committed by GitHub
Browse files

python3Packages.types-protobuf: 6.32.1.20251210 -> 6.32.1.20260221 (#493922)

parents a6c3b1bb e1f0e3f4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,13 +7,13 @@

buildPythonPackage rec {
  pname = "types-protobuf";
  version = "6.32.1.20251210";
  version = "6.32.1.20260221";
  format = "setuptools";

  src = fetchPypi {
    pname = "types_protobuf";
    inherit version;
    hash = "sha256-xpi7PwICdLGieYrgncdzcozj91IJo1GHvRGRbr/eZ2M=";
    hash = "sha256-bV+wYKYWv7B2y7YbSzw5afX8i+xYEPmi9+ZI7ly8v24=";
  };

  propagatedBuildInputs = [ types-futures ];