Skip to content

Commit

Permalink
Merge pull request #281180 from NixOS/sip-6.8.1
Browse files Browse the repository at this point in the history
python3Packages.sip: 6.8.0 -> 6.8.1
  • Loading branch information
dotlambda committed Jan 24, 2024
2 parents 6a4e9df + 6f441b4 commit 0d074a5
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions pkgs/development/python-modules/sip/default.nix
Expand Up @@ -9,17 +9,18 @@
, ply
, toml
, tomli
, poppler-qt5
}:

buildPythonPackage rec {
pname = "sip";
version = "6.8.0";
version = "6.8.1";

format = "pyproject";

src = fetchPypi {
inherit pname version;
hash = "sha256-LtGQSCDLZhtyB+sdzPrr7BpUY9ytkDukSK0ZRVAtCJw=";
hash = "sha256-MALfQV4WisP/45OULbxxMcuCreUAAOFSb0aoit4m9Zg=";
};

nativeBuildInputs = [
Expand All @@ -36,6 +37,10 @@ buildPythonPackage rec {

pythonImportsCheck = [ "sipbuild" ];

passthru.tests = {
inherit poppler-qt5;
};

meta = with lib; {
description = "Creates C++ bindings for Python modules";
homepage = "https://riverbankcomputing.com/";
Expand Down

1 comment on commit 0d074a5

@nixos-discourse
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This commit has been mentioned on NixOS Discourse. There might be relevant details there:

https://discourse.nixos.org/t/week-in-geospatial-team/37035/6

Please sign in to comment.