lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.internetarchive: 5.5.0 -> 5.5.1

R. Ryantm 11ceb529 610eccad

+2 -2
+2 -2
pkgs/development/python-modules/internetarchive/default.nix
··· 16 16 17 17 buildPythonPackage rec { 18 18 pname = "internetarchive"; 19 - version = "5.5.0"; 19 + version = "5.5.1"; 20 20 pyproject = true; 21 21 22 22 disabled = pythonOlder "3.9"; ··· 25 25 owner = "jjjake"; 26 26 repo = "internetarchive"; 27 27 tag = "v${version}"; 28 - hash = "sha256-jGzY/m7FpQPobyUaftsTQ0YX/sc6/s0xCVsMAK10ZSk="; 28 + hash = "sha256-Og0EPdaxu4etWj+9WPSyAHlz/BNUanu2gf+6k4FzN90="; 29 29 }; 30 30 31 31 build-system = [ setuptools ];