mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-25 18:41:54 +02:00
gnu: qtwebview-5: Update to 5.15.17.
* gnu/packages/qt.scm (qtwebview-5): Update to 5.15.17. Change-Id: I2d168a47018da9542692f52abb40bf35a6d40952
This commit is contained in:
+2
-2
@@ -2464,13 +2464,13 @@ native APIs where it makes sense.")
|
|||||||
(package
|
(package
|
||||||
(inherit qtsvg-5)
|
(inherit qtsvg-5)
|
||||||
(name "qtwebview")
|
(name "qtwebview")
|
||||||
(version "5.15.16")
|
(version "5.15.17")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (qt-url name version))
|
(uri (qt-url name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1k54k42aiibjwpgw3pw02zc5awlci280xmkww88jynwvhdzvgk95"))))
|
"0jww3bls4x4izk0lm2bjy21m20r3gvmri1kjgapzz4w1j8xdramk"))))
|
||||||
(native-inputs (list perl))
|
(native-inputs (list perl))
|
||||||
(inputs (list qtbase-5 qtdeclarative-5))
|
(inputs (list qtbase-5 qtdeclarative-5))
|
||||||
(synopsis "Display web content in a QML application")
|
(synopsis "Display web content in a QML application")
|
||||||
|
|||||||
Reference in New Issue
Block a user