Merge pull request #310028 from r-ryantm/auto-update/python311Packages.internetarchive

python311Packages.internetarchive: 4.0.1 -> 4.1.0
This commit is contained in:
Nick Cao 2024-05-08 10:53:20 -04:00 committed by GitHub
commit 6a5a8aed79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "internetarchive";
version = "4.0.1";
version = "4.1.0";
pyproject = true;
disabled = pythonOlder "3.8";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "jjjake";
repo = "internetarchive";
rev = "refs/tags/v${version}";
hash = "sha256-U6idxc5U2Bt581c/vnGgIou5+hoEJJZSPCo97MEDaW4=";
hash = "sha256-CqfwAKhrq4VEBU258x19JT8+ay2vOYIzVoFWjAzh3wY=";
};
nativeBuildInputs = [