gnu: qtimageformats: Update to 5.6.1-1.

* gnu/packages/qt.scm (qtimageformats): Update to 5.6.1-1.
This commit is contained in:
Efraim Flashner 2016-06-26 17:49:05 +03:00
parent 7de7d8a639
commit 1c16029b7f
No known key found for this signature in database
GPG Key ID: F4C1D3917EACEE93
1 changed files with 2 additions and 2 deletions

View File

@ -469,7 +469,7 @@ developers using C++ or QML, a CSS & JavaScript like language.")
(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 @@ developers using C++ or QML, a CSS & JavaScript like language.")
version ".tar.xz"))
(sha256
(base32
"020v1148433zx4g87z2r8fgff32n0laajxqqsja1l3yzz7jbrwvl"))))
"1p98acvsm3azka2by1ph4gdb31qbnndrr5k5wns4xk2d760y8ifc"))))
(native-inputs `())
(inputs
`(("libmng" ,libmng)