Skip to content

Commit

Permalink
py-pyqt5-sip: add 12.13.0 and fix build with gcc@14 (#44133)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelkuhn committed May 19, 2024
1 parent e05a32c commit 625f532
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions var/spack/repos/builtin/packages/py-pyqt5-sip/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,14 @@ class PyPyqt5Sip(PythonPackage):

license("GPL-2.0-only")

version("12.13.0", sha256="7f321daf84b9c9dbca61b80e1ef37bdaffc0e93312edae2cd7da25b953971d91")
version("12.12.1", sha256="8fdc6e0148abd12d977a1d3828e7b79aae958e83c6cb5adae614916d888a6b10")
version("12.9.0", sha256="d3e4489d7c2b0ece9d203ae66e573939f7f60d4d29e089c9f11daa17cfeaae32")

depends_on("py-setuptools@30.3:", type="build")

patch(
"https://src.fedoraproject.org/rpms/python-pyqt5-sip/raw/841f58ce66df4dfcf11713e7adb6bd301403d5a8/f/afc99fa84d0d.patch",
sha256="82a326749b145b30eda3f0040cd7099c4c06a57a5e9626687b0a983de1ebfc3e",
when="@12.12: %gcc@14:",
)

0 comments on commit 625f532

Please sign in to comment.