Loading pkgs/development/python-modules/bitarray/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "bitarray"; version = "3.6.0"; version = "3.7.1"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-IP68hJofhY5qV6fUezI/6ecnxXnd1SbTF62IMXSKZqg="; hash = "sha256-eVsXYEGKt1CCZCCuJPBvOSwI4h3CNPCjaaacwARE+Ow="; }; build-system = [ setuptools ]; Loading pkgs/development/python-modules/cypherpunkpay/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -79,6 +79,7 @@ buildPythonPackage rec { pytestFlags = [ "-Wignore::DeprecationWarning" "-Wignore::UserWarning" ]; disabledTestPaths = [ Loading Loading
pkgs/development/python-modules/bitarray/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "bitarray"; version = "3.6.0"; version = "3.7.1"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-IP68hJofhY5qV6fUezI/6ecnxXnd1SbTF62IMXSKZqg="; hash = "sha256-eVsXYEGKt1CCZCCuJPBvOSwI4h3CNPCjaaacwARE+Ow="; }; build-system = [ setuptools ]; Loading
pkgs/development/python-modules/cypherpunkpay/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -79,6 +79,7 @@ buildPythonPackage rec { pytestFlags = [ "-Wignore::DeprecationWarning" "-Wignore::UserWarning" ]; disabledTestPaths = [ Loading