lol
0
fork

Configure Feed

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

python: Flask-Testing: 0.6.2 -> 0.7.1

+2 -2
+2 -2
pkgs/development/python-modules/flask-testing/default.nix
··· 6 6 buildPythonPackage rec { 7 7 name = "${pname}-${version}"; 8 8 pname = "Flask-Testing"; 9 - version = "0.6.2"; 9 + version = "0.7.1"; 10 10 11 11 src = fetchPypi { 12 12 inherit pname version; 13 - sha256 = "1w0dpwvrcpffm8ychyxpm8s5blm7slik9kplh9jb3sgwcv9gyppj"; 13 + sha256 = "dc076623d7d850653a018cb64f500948334c8aeb6b10a5a842bf1bcfb98122bc"; 14 14 }; 15 15 16 16 postPatch = ''