tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
python310Packages.pytorch-metric-learning: 1.6.2 -> 1.6.3
R. Ryantm
3 years ago
1b6e649d
69ce4fba
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
pytorch-metric-learning
default.nix
+2
-2
pkgs/development/python-modules/pytorch-metric-learning/default.nix
reviewed
···
13
13
14
14
buildPythonPackage rec {
15
15
pname = "pytorch-metric-learning";
16
16
-
version = "1.6.2";
16
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
24
-
sha256 = "sha256-y/KqMqxSzTGsjwtbhHbFK+S4CX6yHC6tR6jdPWUzeGg=";
24
24
+
sha256 = "sha256-7ezD3TMmNI9wRBXz5Htz10XZZaSsD0jTpEldGpIot8k=";
25
25
};
26
26
27
27
propagatedBuildInputs = [