python3Packages.sip: 6.7.12 -> 6.8.0

This commit is contained in:
Martin Weinelt
2023-12-20 20:45:26 +01:00
parent ca1600145e
commit 5a2509220f
@@ -13,13 +13,13 @@
buildPythonPackage rec {
pname = "sip";
version = "6.7.12";
version = "6.8.0";
format = "pyproject";
src = fetchPypi {
inherit pname version;
hash = "sha256-COZvdCWS64GKyP2kFz4u1kyfLUC3C+4R2xxJkSfZhFA=";
hash = "sha256-LtGQSCDLZhtyB+sdzPrr7BpUY9ytkDukSK0ZRVAtCJw=";
};
nativeBuildInputs = [