nbPython3Packages: fix clightning pkgs

Also enable tests for the pyln-* pkgs.
This commit is contained in:
Erik Arvstedt
2022-05-06 13:36:06 +00:00
committed by Jonas Nick
parent 6bdf0ac3fb
commit f234e59ca5
7 changed files with 44 additions and 71 deletions
+2 -2
View File
@@ -3,11 +3,11 @@ autoconf, automake, libtool, libffi, requests }:
buildPythonPackage rec {
pname = "coincurve";
version = "15.0.0";
version = "17.0.0";
src = fetchPypi {
inherit pname version;
sha256 = "0ras7qb4ib9sik703fcb9f3jrgq7nx5wvdgx9k1pshmrxl8lnlh6";
hash = "sha256-aNpVr/iYcClS/aPuBP1u1gu2uR+RnGknB4btdmtUi5M";
};
doCheck = false;