Merge pull request #201400 from das-g/python-modules-sip-6.7.4

python-modules/sip: 6.7.1 → 6.7.4
This commit is contained in:
Timothy DeHerrera 2022-11-18 12:22:30 -07:00 committed by GitHub
commit 80fc321968
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,12 +2,12 @@
buildPythonPackage rec {
pname = "sip";
version = "6.7.1";
version = "6.7.4";
src = fetchPypi {
pname = "sip";
inherit version;
sha256 = "sha256-KBcP34gPk3Am/If6qcF3sGLDU8XRaeoyQrB4AmFN3Qw=";
sha256 = "sha256-nb+KDnyNdtFkLi/dP1PmpSL3wwmA5Sd2PEV2DCUFz78=";
};
propagatedBuildInputs = [ packaging ply toml ];