Skip to content

Commit

Permalink
python312Packages.onnxmltools: 1.12.0 -> 1.13 (#368259)
Browse files Browse the repository at this point in the history
  • Loading branch information
happysalada authored Dec 26, 2024
2 parents 2c0bc27 + 57b90e8 commit 925c8f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkgs/development/python-modules/onnxmltools/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@

buildPythonPackage rec {
pname = "onnxmltools";
version = "1.12.0";
version = "1.13";
format = "setuptools";

src = fetchFromGitHub {
owner = "onnx";
repo = "onnxmltools";
rev = "refs/tags/${version}";
hash = "sha256-/UKGo56riLnATcn7kA++QoFkkILVGYBwqRZZ+PYB1/0=";
tag = "v${version}";
hash = "sha256-uNd7N7/FgX8zaJp8ouvftwGqGqas8lZRXFmjpS+t2B4=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 925c8f7

Please sign in to comment.