Skip to content

Commit c2429f4

Browse files
committed
python3Packages.internetarchive: 5.3.0 -> 5.4.0
1 parent 0cc343a commit c2429f4

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/internetarchive

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/internetarchive/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
buildPythonPackage rec {
1818
pname = "internetarchive";
19-
version = "5.3.0";
19+
version = "5.4.0";
2020
pyproject = true;
2121

2222
disabled = pythonOlder "3.9";
@@ -25,7 +25,7 @@ buildPythonPackage rec {
2525
owner = "jjjake";
2626
repo = "internetarchive";
2727
tag = "v${version}";
28-
hash = "sha256-1DJ4ZPL1Px1BKP9RHY/evoIwLzxG0aQNq9gteBi4RZs=";
28+
hash = "sha256-2IL4VUt958atKDqCmj6rZ9I74tBRsA42EF1F1YT433E=";
2929
};
3030

3131
build-system = [ setuptools ];

0 commit comments

Comments
 (0)