Skip to content

Commit 0d074a5

Browse files
authored
Merge pull request #281180 from NixOS/sip-6.8.1
python3Packages.sip: 6.8.0 -> 6.8.1
2 parents 6a4e9df + 6f441b4 commit 0d074a5

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pkgs/development/python-modules/sip/default.nix

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,18 @@
99
, ply
1010
, toml
1111
, tomli
12+
, poppler-qt5
1213
}:
1314

1415
buildPythonPackage 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/";

0 commit comments

Comments
 (0)