gnu: qtgraphicaleffects: Update to 5.15.16.

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

Change-Id: Ic40b4646d83df4c3baad70fdec170cc74918278f
This commit is contained in:
宋文武 2025-02-08 12:01:54 +08:00 committed by Andreas Enge
parent 739584113a
commit f5e77205ed
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -2710,13 +2710,13 @@ not available.")))
(package
(inherit qtsvg-5)
(name "qtgraphicaleffects")
(version "5.15.15")
(version "5.15.16")
(source (origin
(method url-fetch)
(uri (qt-url name version))
(sha256
(base32
"1w7xr8m4mff6l07fh2582f92i4rlpz50w6wc65ic46ldjpifb8q9"))))
"02k43w1sg6a05aiandxyzrxsz8dc8f95lh1s3gc550zk6wvq31fi"))))
(arguments
(substitute-keyword-arguments (package-arguments qtsvg-5)
((#:tests? _ #f) #f))) ; TODO: Enable the tests