mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: qtimageformats: Update to 5.6.1-1.
* gnu/packages/qt.scm (qtimageformats): Update to 5.6.1-1.
This commit is contained in:
parent
7de7d8a639
commit
1c16029b7f
1 changed files with 2 additions and 2 deletions
|
@ -469,7 +469,7 @@ (define-public qtsvg
|
|||
(define-public qtimageformats
|
||||
(package (inherit qtsvg)
|
||||
(name "qtimageformats")
|
||||
(version "5.6.1")
|
||||
(version "5.6.1-1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://download.qt.io/official_releases/qt/"
|
||||
|
@ -478,7 +478,7 @@ (define-public qtimageformats
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"020v1148433zx4g87z2r8fgff32n0laajxqqsja1l3yzz7jbrwvl"))))
|
||||
"1p98acvsm3azka2by1ph4gdb31qbnndrr5k5wns4xk2d760y8ifc"))))
|
||||
(native-inputs `())
|
||||
(inputs
|
||||
`(("libmng" ,libmng)
|
||||
|
|
Loading…
Reference in a new issue