Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

python3Packages.fastimport: 0.9.13 -> 0.9.14

+2 -2
+2 -2
pkgs/development/python-modules/fastimport/default.nix
··· 7 8 buildPythonPackage rec { 9 pname = "fastimport"; 10 - version = "0.9.13"; 11 12 disabled = pythonOlder "3.5"; 13 14 src = fetchPypi { 15 inherit pname version; 16 - sha256 = "486135a39edb85808fdbbe2c8009197978800a4544fca56cc2074df32e1304f3"; 17 }; 18 19 checkPhase = ''
··· 7 8 buildPythonPackage rec { 9 pname = "fastimport"; 10 + version = "0.9.14"; 11 12 disabled = pythonOlder "3.5"; 13 14 src = fetchPypi { 15 inherit pname version; 16 + sha256 = "6ac99dda4e7b0b3ae831507b6d0094802e6dd95891feafde8cc5c405b6c149ca"; 17 }; 18 19 checkPhase = ''