1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: qtwebglplugin: Update to 5.15.16.

* gnu/packages/qt.scm (qtwebglplugin): Update to 5.15.16.

Change-Id: I5102ac3ef96ca2723ef4123896053991845c7ed7
This commit is contained in:
宋文武
2025-02-08 12:01:54 +08:00
committed by Andreas Enge
parent b30105123c
commit 2ab59f1761

View File

@@ -2386,13 +2386,13 @@ application).")
(package
(inherit qtsvg-5)
(name "qtwebglplugin")
(version "5.15.15")
(version "5.15.16")
(source (origin
(method url-fetch)
(uri (qt-url name version))
(sha256
(base32
"12lxrpxam4dr0qs8g3zcydi4jnpizngxnyvwbi2i7fw2qcgxg6g6"))))
"06p42nnfl1gb7smrp2kb8d7sfh7il5swyd822r0a5y05ndqdsmgc"))))
(arguments
(substitute-keyword-arguments (package-arguments qtsvg-5)
((#:phases phases)