tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
python310Packages.frozendict: update meta
Mario Rodas
3 years ago
7c8c39c8
44d41315
+3
-4
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
frozendict
default.nix
+3
-4
pkgs/development/python-modules/frozendict/default.nix
···
3
, fetchPypi
4
, isPy3k
5
, pytestCheckHook
6
-
, python
7
}:
8
9
buildPythonPackage rec {
···
35
'';
36
37
meta = with lib; {
38
-
homepage = "https://github.com/slezica/python-frozendict";
39
-
description = "An immutable dictionary";
40
-
license = licenses.mit;
41
};
42
}
···
3
, fetchPypi
4
, isPy3k
5
, pytestCheckHook
0
6
}:
7
8
buildPythonPackage rec {
···
34
'';
35
36
meta = with lib; {
37
+
homepage = "https://github.com/Marco-Sulla/python-frozendict";
38
+
description = "A simple immutable dictionary";
39
+
license = licenses.lgpl3Only;
40
};
41
}