lol
0
fork

Configure Feed

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

python: howdoi: 1.1.7 -> 1.1.13

+2 -2
+2 -2
pkgs/development/python-modules/howdoi/default.nix
··· 3 3 4 4 buildPythonPackage rec { 5 5 pname = "howdoi"; 6 - version = "1.1.7"; 6 + version = "1.1.13"; 7 7 8 8 src = fetchPypi { 9 9 inherit pname version; 10 - sha256 = "1dx9ms0b3z3bx02paj78cyi788d8l6cpd3jqbn3j88w736i4jknz"; 10 + sha256 = "96f5e057fd45a84379d77e46233165d95211e6b3ea869cb5c0df172aa322b566"; 11 11 }; 12 12 13 13 propagatedBuildInputs = [ six requests-cache pygments pyquery ];