python3Packages.pytorch-metric-learning: 2.8.1 -> 2.9.0

R. Ryantm 00c2bcdb bbe943aa

Changed files
+3 -3
pkgs
development
python-modules
pytorch-metric-learning
+3 -3
pkgs/development/python-modules/pytorch-metric-learning/default.nix
···
buildPythonPackage rec {
pname = "pytorch-metric-learning";
-
version = "2.8.1";
+
version = "2.9.0";
pyproject = true;
src = fetchFromGitHub {
owner = "KevinMusgrave";
repo = "pytorch-metric-learning";
tag = "v${version}";
-
hash = "sha256-WO/gv8rKkxY3pR627WrEPVyvZnvUZIKMzOierIW8bJA=";
+
hash = "sha256-JKWE2wVXVx8xp2kpiX6CxvCKkrwYRW80A20K/UTxIaQ=";
};
build-system = [
···
meta = {
description = "Metric learning library for PyTorch";
homepage = "https://github.com/KevinMusgrave/pytorch-metric-learning";
-
changelog = "https://github.com/KevinMusgrave/pytorch-metric-learning/releases/tag/v${version}";
+
changelog = "https://github.com/KevinMusgrave/pytorch-metric-learning/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ bcdarwin ];
};