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

python: vowpalwabbit: 8.3.2 -> 8.4.0

+2 -2
+2 -2
pkgs/development/python-modules/vowpalwabbit/default.nix
··· 3 3 pythonPackages.buildPythonPackage rec { 4 4 pname = "vowpalwabbit"; 5 5 name = "${pname}-${version}"; 6 - version = "8.3.2"; 6 + version = "8.4.0"; 7 7 8 8 src = fetchurl{ 9 9 url = "mirror://pypi/v/vowpalwabbit/${name}.tar.gz"; 10 - sha256 = "0qm8rlrs2gfgamqnpx4lapxakpzgh0yh3kp1lbd7lhb0r748m3k7"; 10 + sha256 = "abd22bfae99fb102cf8a6aec49e8c278cb7317d3a7eb60f70cd102be9c336fd5"; 11 11 }; 12 12 # vw tries to write some explicit things to home 13 13 # python installed: The directory '/homeless-shelter/.cache/pip/http'