diff options
author | 宋文武 <iyzsong@member.fsf.org> | 2025-02-08 12:01:54 +0800 |
---|---|---|
committer | 宋文武 <iyzsong@member.fsf.org> | 2025-02-12 16:07:53 +0800 |
commit | b484bff19a58838b4ba48469b8c7ed762c76f8ab (patch) | |
tree | 25d18b38d0410d5de6c4c0508d7358d4cf16cf7e | |
parent | f46a55252a32960cd585e8aa4c9fe133bc2322e1 (diff) |
gnu: qtwebglplugin: Update to 5.15.16.
* gnu/packages/qt.scm (qtwebglplugin): Update to 5.15.16.
Change-Id: I5102ac3ef96ca2723ef4123896053991845c7ed7
-rw-r--r-- | gnu/packages/qt.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm index bbef26725f..dd6c55d143 100644 --- a/gnu/packages/qt.scm +++ b/gnu/packages/qt.scm @@ -2332,13 +2332,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) |