lol
0
fork

Configure Feed

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

python: arrow: 0.12.0 -> 0.12.1

+2 -2
+2 -2
pkgs/development/python-modules/arrow/default.nix
··· 4 4 5 5 buildPythonPackage rec { 6 6 pname = "arrow"; 7 - version = "0.12.0"; 7 + version = "0.12.1"; 8 8 9 9 src = fetchPypi { 10 10 inherit pname version; 11 - sha256 = "a15ecfddf334316e3ac8695e48c15d1be0d6038603b33043930dcf0e675c86ee"; 11 + sha256 = "a558d3b7b6ce7ffc74206a86c147052de23d3d4ef0e17c210dd478c53575c4cd"; 12 12 }; 13 13 14 14 checkPhase = ''