Merge pull request #225248 from r-ryantm/auto-update/python310Packages.pytorch-metric-learning

python310Packages.pytorch-metric-learning: 2.0.1 -> 2.1.0

authored by Weijia Wang and committed by GitHub b74e06a9 2e4c842b

+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.0.1"; 17 + version = "2.1.0"; 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-zB0g6GJcqWRhjJZgUWmTdG4fhBBfFR6yEM2FEOVLWIs="; 25 + hash = "sha256-9MIwNsiuWobgBaD2kXHz5nwBy04dxmxpF+7qfZ2l77M="; 26 26 }; 27 27 28 28 propagatedBuildInputs = [