python3Packages.pytorch-metric-learning: 1.1.0 -> 1.2.0

This commit is contained in:
Martin Weinelt 2022-03-02 22:42:21 +01:00
parent a5c9b0ac74
commit c51a47878a

View File

@ -12,7 +12,7 @@
buildPythonPackage rec {
pname = "pytorch-metric-learning";
version = "1.1.0";
version = "1.2.0";
disabled = isPy27;
@ -20,7 +20,7 @@ buildPythonPackage rec {
owner = "KevinMusgrave";
repo = pname;
rev = "v${version}";
sha256 = "0qvlxgdml22fzrs47yzqpfzak8lfdrzayvapawfz93cq8903h7qp";
sha256 = "sha256-M/iH+pIuamOmvxLtKMzWXiuMCnMXzpVFRb/HfYfCKdc=";
};
propagatedBuildInputs = [