Unverified Commit 0b38e110 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python312Packages.types-beautifulsoup4: 4.12.0.20240907 -> 4.12.0.202… (#349966)

parents 2815fd63 ac39748d
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.20240907";
  version = "4.12.0.20241020";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-jQI7hlMJIgcEF6HUxNkWeKsP8kObOyss/6O2KLSeurE=";
    hash = "sha256-FYNw0I0M1Ei9EbEypQ/1J5I3pdS1g3vroHTeFSpRMFk=";
  };

  build-system = [ setuptools ];