python3Packages.frozendict: 2.0.5 -> 2.0.6
This commit is contained in:
parent
50274ba693
commit
e234b57d13
1 changed files with 2 additions and 2 deletions
|
@ -9,14 +9,14 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "frozendict";
|
||||
version = "2.0.5"; # 2.0.6 breaks canonicaljson
|
||||
version = "2.0.6"; # 2.0.6 breaks canonicaljson
|
||||
format = "setuptools";
|
||||
|
||||
disabled = !isPy3k;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-wb7hwHDY2fZA4SjluHV2pEAAhgCfeGLRPAv4YA5iE9M=";
|
||||
sha256 = "3f00de72805cf4c9e81b334f3f04809278b967d2fed84552313a0fcce511beb1";
|
||||
};
|
||||
|
||||
pythonImportsCheck = [
|
||||
|
|
Loading…
Reference in a new issue