Unverified Commit 0432d45d authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

Merge pull request #315977 from r-ryantm/auto-update/python311Packages.skl2onnx

python311Packages.skl2onnx: 1.16.0 -> 1.17.0
parents 596aa2ee 92b8f812
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -16,12 +16,12 @@

buildPythonPackage rec {
  pname = "skl2onnx";
  version = "1.16.0";
  version = "1.17.0";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-M3Cz1AZc4txZM4eMMnP0rqQflFzGUUVDsTrS1X82nOU=";
    hash = "sha256-cSfchORw9In2gJTM//mlqBW2CfcA1D5wjm9lijOwZAM=";
  };

  propagatedBuildInputs = [