lol
0
fork

Configure Feed

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

pirate-get: 0.2.10 -> 0.2.12

rnhmjoj 375ff713 2509b629

+2 -2
+2 -2
pkgs/tools/networking/pirate-get/default.nix
··· 5 5 buildPythonApplication rec { 6 6 name = "${pname}-${version}"; 7 7 pname = "pirate-get"; 8 - version = "0.2.10"; 8 + version = "0.2.12"; 9 9 10 10 doCheck = false; 11 11 12 12 src = fetchPypi { 13 13 inherit pname version; 14 - sha256 = "04gsilbyq2plldzi495dcf19h5xfldfyn6zdczj2fdki1m29jyr0"; 14 + sha256 = "1q6hvavj0gswgw3x756h18nmmpnxlgg08qvxphpbzlwd43xrnza3"; 15 15 }; 16 16 17 17 propagatedBuildInputs = [ colorama veryprettytable beautifulsoup4 ];