python: vowpalwabbit: 8.5.0 -> 8.7.0.post1

This commit is contained in:
Frederik Rietdijk 2019-10-24 08:47:51 +02:00
parent 1f145970dd
commit 912fb02527

View File

@ -3,11 +3,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "vowpalwabbit"; pname = "vowpalwabbit";
version = "8.5.0"; version = "8.7.0.post1";
src = fetchPypi{ src = fetchPypi{
inherit pname version; inherit pname version;
sha256 = "0b517371fc64f1c728a0af42a31fa93def27306e9b4d25d6e5fd01bcff1b7304"; sha256 = "de9529660858b380127b2bea335b41a29e8f264551315042300022eb4e6524ea";
}; };
# Should be fixed in next Python release after 8.5.0: # Should be fixed in next Python release after 8.5.0: