Merge pull request #216121 from r-ryantm/auto-update/python310Packages.vowpalwabbit

python310Packages.vowpalwabbit: 9.6.0 -> 9.7.0
This commit is contained in:
Weijia Wang 2023-02-13 16:00:49 +01:00 committed by GitHub
commit 9125ce608f
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.6.0";
version = "9.7.0";
src = fetchPypi{
inherit pname version;
sha256 = "sha256-LHs98lccPjub5GDPB3dxtkOYCDxri04CVpSSsypa4xI=";
sha256 = "sha256-O3WnG3JQ7CEHMPYTmE9pgnS8YZs717P6wBKBnXIvvFI=";
};
nativeBuildInputs = [