mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
739584113a
commit
f5e77205ed
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue