mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: qtimageformats: Update to 6.6.2.
* gnu/packages/qt.scm (qtimageformats): Update to 6.6.2. Change-Id: I111f67258116f1bd4e0e3029d38afaf0ed024435 Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
e36d111e76
commit
4605bc67d3
1 changed files with 2 additions and 2 deletions
|
@ -1316,14 +1316,14 @@ (define-public qtimageformats-5
|
|||
(define-public qtimageformats
|
||||
(package
|
||||
(name "qtimageformats")
|
||||
(version "6.5.2")
|
||||
(version "6.6.2")
|
||||
(source (origin
|
||||
(inherit (package-source qtimageformats-5))
|
||||
(method url-fetch)
|
||||
(uri (qt-url name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0hv7mkn72126rkhy5gmjmbvzy7v17mkk3q2pkmzy99f64j4w1q5a"))))
|
||||
"1cvwm0hnspglydms6qhcp5g0ayz5pamigl52kz8km66l6s8lqn3i"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue