mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-01 18:05:17 +00:00
gnu: qtwebview: Update to 6.9.2.
* gnu/packages/qt.scm (qtwebview): Update to 6.9.2. Change-Id: I7501fb8dfef8d9c70338254f122cc498cb35cf9a
This commit is contained in:
parent
aa1852d0f6
commit
166815946b
1 changed files with 2 additions and 2 deletions
|
@ -2431,13 +2431,13 @@ OpenGL ES 2.0 and can be used in HTML5 canvas elements")))
|
|||
(define-public qtwebview
|
||||
(package
|
||||
(name "qtwebview")
|
||||
(version "6.8.2")
|
||||
(version "6.9.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (qt-url name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0hyhpr3ai77pwdc69q73r1wkibdn2vn6v1pqkc8minck24kkdd46"))))
|
||||
"1w8z3d7w7z2xjfb5l15gb37v9w6pa7d71jalkrqda8l2wr5d3ksc"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list #:configure-flags #~(list "-DQT_BUILD_TESTS=ON")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue