Commit 67e299d2 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.types-beautifulsoup4: 4.12.0.20240106 -> 4.12.0.20240229

parent 15e23a00
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,12 +6,12 @@

buildPythonPackage rec {
  pname = "types-beautifulsoup4";
  version = "4.12.0.20240106";
  version = "4.12.0.20240229";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-mNYomFtxsUC9O8IqjLCrYDwvLQjyDTeSWWXrSiFzm+g=";
    hash = "sha256-435M+hGwOwF3VzLlbSwBDLJO4Qd4Yne65rwPo+MFtoY=";
  };

  propagatedBuildInputs = [