octoprint: pin netaddr at 0.9.0
This commit is contained in:
parent
1dbf8a8c16
commit
e84e611d2f
@ -38,6 +38,16 @@ let
|
|||||||
hash = "sha256-7e6bCn/yZiG9WowQ/0hK4oc3okENmbC7mmhQx/uXeqA=";
|
hash = "sha256-7e6bCn/yZiG9WowQ/0hK4oc3okENmbC7mmhQx/uXeqA=";
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
||||||
|
netaddr = super.netaddr.overridePythonAttrs (oldAttrs: rec {
|
||||||
|
version = "0.9.0";
|
||||||
|
|
||||||
|
src = fetchPypi {
|
||||||
|
pname = "netaddr";
|
||||||
|
inherit version;
|
||||||
|
hash = "sha256-e0b6mxotcf1d6eSjeE7zOXAKU6CMgEDwi69fEZTaASg=";
|
||||||
|
};
|
||||||
|
});
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user