Commit 0ffdfb73 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.onnxslim: 0.1.69 -> 0.1.70

parent 41b88f48
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,14 +15,14 @@

buildPythonPackage rec {
  pname = "onnxslim";
  version = "0.1.69";
  version = "0.1.70";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "inisis";
    repo = "OnnxSlim";
    tag = "v${version}";
    hash = "sha256-UwuZDAPTwIVJTseu8iIO2Q8OOaFcwiwLS/auWOpIpnQ=";
    hash = "sha256-xShmJR0GWuGmuM0LZ0nBLDoC0m7c0iSWolUGUscVotA=";
  };

  build-system = [