python310Packages.internetarchive: 3.3.0 -> 3.4.0

https://github.com/jjjake/internetarchive/releases/tag/v3.4.0
This commit is contained in:
Mario Rodas
2023-04-05 04:20:00 +00:00
parent 060e8eee74
commit ba13f46fc4
@@ -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 = [