File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed
pkgs/development/python-modules/sip Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 99, ply
1010, toml
1111, tomli
12+ , poppler-qt5
1213} :
1314
1415buildPythonPackage rec {
1516 pname = "sip" ;
16- version = "6.8.0 " ;
17+ version = "6.8.1 " ;
1718
1819 format = "pyproject" ;
1920
2021 src = fetchPypi {
2122 inherit pname version ;
22- hash = "sha256-LtGQSCDLZhtyB+sdzPrr7BpUY9ytkDukSK0ZRVAtCJw =" ;
23+ hash = "sha256-MALfQV4WisP/45OULbxxMcuCreUAAOFSb0aoit4m9Zg =" ;
2324 } ;
2425
2526 nativeBuildInputs = [
@@ -36,6 +37,10 @@ buildPythonPackage rec {
3637
3738 pythonImportsCheck = [ "sipbuild" ] ;
3839
40+ passthru . tests = {
41+ inherit poppler-qt5 ;
42+ } ;
43+
3944 meta = with lib ; {
4045 description = "Creates C++ bindings for Python modules" ;
4146 homepage = "https://riverbankcomputing.com/" ;
You can’t perform that action at this time.
0 commit comments