lol
0
fork

Configure Feed

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

python37Packages.nocaselist: 1.0.3 -> 1.0.4

+2 -2
+2 -2
pkgs/development/python-modules/nocaselist/default.nix
··· 4 4 5 5 buildPythonPackage rec { 6 6 pname = "nocaselist"; 7 - version = "1.0.3"; 7 + version = "1.0.4"; 8 8 9 9 src = fetchPypi { 10 10 inherit pname version; 11 - sha256 = "fm3st9hVY7kESRPJCH70tpG8PaTXrR2IlozepAlVMyY="; 11 + sha256 = "73a9c0659e7135c66e46a6ab06e2cb637ce9248d73c690ebd31afb72a4e03ac0"; 12 12 }; 13 13 14 14 checkInputs = [