mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06: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:
parent
d6758f1c44
commit
5fdccc51e9
1 changed files with 2 additions and 2 deletions
|
|
@ -2464,13 +2464,13 @@ native APIs where it makes sense.")
|
|||
(package
|
||||
(inherit qtsvg-5)
|
||||
(name "qtwebview")
|
||||
(version "5.15.16")
|
||||
(version "5.15.17")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (qt-url name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1k54k42aiibjwpgw3pw02zc5awlci280xmkww88jynwvhdzvgk95"))))
|
||||
"0jww3bls4x4izk0lm2bjy21m20r3gvmri1kjgapzz4w1j8xdramk"))))
|
||||
(native-inputs (list perl))
|
||||
(inputs (list qtbase-5 qtdeclarative-5))
|
||||
(synopsis "Display web content in a QML application")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue