nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
fork

Configure Feed

Select the types of activity you want to include in your feed.

python3Packages.onnxslim: 0.1.68 -> 0.1.69 (#444929)

authored by

Wolfgang Walther and committed by
GitHub
af4c3ffc a3c3f978

+2 -2
+2 -2
pkgs/development/python-modules/onnxslim/default.nix
··· 15 15 16 16 buildPythonPackage rec { 17 17 pname = "onnxslim"; 18 - version = "0.1.68"; 18 + version = "0.1.69"; 19 19 pyproject = true; 20 20 21 21 src = fetchFromGitHub { 22 22 owner = "inisis"; 23 23 repo = "OnnxSlim"; 24 24 tag = "v${version}"; 25 - hash = "sha256-1jYdti/Ug1/PoNKN57lxKrHqRTE9BB35+wn8jTLZVpo="; 25 + hash = "sha256-UwuZDAPTwIVJTseu8iIO2Q8OOaFcwiwLS/auWOpIpnQ="; 26 26 }; 27 27 28 28 build-system = [