lol
0
fork

Configure Feed

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

python3Packages.dpath: 2.0.4 -> 2.0.5

+2 -2
+2 -2
pkgs/development/python-modules/dpath/default.nix
··· 10 10 11 11 buildPythonPackage rec { 12 12 pname = "dpath"; 13 - version = "2.0.4"; 13 + version = "2.0.5"; 14 14 15 15 disabled = isPy27; # uses python3 imports 16 16 17 17 src = fetchPypi { 18 18 inherit pname version; 19 - sha256 = "0qjaa4sjw0m4b91mm18074wpkhir3xx7s87qwckmzpfb165gk837"; 19 + sha256 = "0kk7wl15r305496q13ka4r6n2r13j99rrrpy2b4575j704dk4x7g"; 20 20 }; 21 21 22 22 # use pytest as nosetests hangs