Merge pull request #181691 from r-ryantm/auto-update/python3.10-vowpalwabbit

python310Packages.vowpalwabbit: 9.0.1 -> 9.2.0
This commit is contained in:
Robert Scott 2022-07-16 14:05:14 +01:00 committed by GitHub
commit 8a356f3f5a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,11 +18,11 @@
buildPythonPackage rec {
pname = "vowpalwabbit";
version = "9.0.1";
version = "9.2.0";
src = fetchPypi{
inherit pname version;
sha256 = "sha256-rDUgOjroY8S73+s+MWyBl86u+8XCH4O8KMCo9zUlqAs=";
sha256 = "sha256-hh1AdMO9G2OwnG4qFiEbMHVpKwFGc7MBiOnde0vN9aU=";
};
nativeBuildInputs = [