Unverified Commit 800277ea authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #224937 from marsam/update-internetarchive

python310Packages.internetarchive: 3.3.0 -> 3.4.0
parents 020b29eb ba13f46f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@

buildPythonPackage rec {
  pname = "internetarchive";
  version = "3.3.0";
  version = "3.4.0";

  format = "setuptools";

@@ -24,7 +24,7 @@ buildPythonPackage rec {

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-PLf+PMIXlaoL974e7coQCQKH6cVBYODPhkDxa2vhTB0=";
    hash = "sha256-vrvktAuijBKo3IsMQzUs5EyfwFCFGmvXZ4kCvlbeGWE=";
  };

  propagatedBuildInputs = [