mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 12:41:09 -06:00
gnu: qtimageformats: Update to 6.8.2.
* gnu/packages/qt.scm (qtimageformats): Update to 6.8.2. Change-Id: I7b11780d933a5434d205c4dfe1e978b650c5b1e7
This commit is contained in:
parent
257c72c38d
commit
714a4a5726
1 changed files with 2 additions and 2 deletions
|
|
@ -1472,14 +1472,14 @@ support for MNG, TGA, TIFF and WBMP image formats.")))
|
|||
(define-public qtimageformats
|
||||
(package
|
||||
(name "qtimageformats")
|
||||
(version "6.7.2")
|
||||
(version "6.8.2")
|
||||
(source (origin
|
||||
(inherit (package-source qtimageformats-5))
|
||||
(method url-fetch)
|
||||
(uri (qt-url name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1mp5bi45gcmsds0g2xfjd1mklrijbwfv0hx4s1md2rxfbxwdi8g1"))))
|
||||
"1qf88gjff2bdb51ijdpjzf1l7w00prqb29wjqapa1f078ywbp8fj"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue