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

python310Packages.pytorch-metric-learning: 1.6.2 -> 1.6.3

+2 -2
+2 -2
pkgs/development/python-modules/pytorch-metric-learning/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "pytorch-metric-learning"; 16 - version = "1.6.2"; 16 + version = "1.6.3"; 17 17 18 18 disabled = isPy27; 19 19 ··· 21 21 owner = "KevinMusgrave"; 22 22 repo = pname; 23 23 rev = "refs/tags/v${version}"; 24 - sha256 = "sha256-y/KqMqxSzTGsjwtbhHbFK+S4CX6yHC6tR6jdPWUzeGg="; 24 + sha256 = "sha256-7ezD3TMmNI9wRBXz5Htz10XZZaSsD0jTpEldGpIot8k="; 25 25 }; 26 26 27 27 propagatedBuildInputs = [