python: attrdict: 2.0.0 -> 2.0.1
This commit is contained in:
parent
ff2545e867
commit
a7610810db
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "attrdict";
|
pname = "attrdict";
|
||||||
version = "2.0.0";
|
version = "2.0.1";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1lrailzxy40dx6sn1hbpnpqfbg7ar75dfj41kx0480wyh39vdbl6";
|
sha256 = "35c90698b55c683946091177177a9e9c0713a0860f0e049febd72649ccd77b70";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ coverage nose six ];
|
propagatedBuildInputs = [ coverage nose six ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user