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

Merge pull request #310757 from r-ryantm/auto-update/python311Packages.types-beautifulsoup4

python311Packages.types-beautifulsoup4: 4.12.0.20240504 -> 4.12.0.20240511
parents 1ebf08aa 9a868470
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -8,12 +8,12 @@

buildPythonPackage rec {
  pname = "types-beautifulsoup4";
  version = "4.12.0.20240504";
  version = "4.12.0.20240511";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-17evTMxS/CJ4TTOlKWleNDKam91dtqZJybJcssOhSNU=";
    hash = "sha256-AE9glv3YOxnNv2yxDk6uV7ECBezMNl0Kadd9qDYBLig=";
  };

  build-system = [ setuptools ];