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

Configure Feed

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

python310Packages.pytorch-metric-learning: 2.1.1 -> 2.1.2

+2 -2
+2 -2
pkgs/development/python-modules/pytorch-metric-learning/default.nix
··· 14 14 15 15 buildPythonPackage rec { 16 16 pname = "pytorch-metric-learning"; 17 - version = "2.1.1"; 17 + version = "2.1.2"; 18 18 19 19 disabled = isPy27; 20 20 ··· 22 22 owner = "KevinMusgrave"; 23 23 repo = pname; 24 24 rev = "refs/tags/v${version}"; 25 - hash = "sha256-XQ7lHhtcsqANuNVmjNMRjVdvwVo5hIVqTeNrnMF80uE="; 25 + hash = "sha256-B2gDPOQSJGg29xjJbZsWUrSalBnn+S8h+2j8NQ4tfTM="; 26 26 }; 27 27 28 28 propagatedBuildInputs = [