mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: qtwebsockets: Update to 6.3.2.
* gnu/packages/qt.scm (qtwebsockets): Update to 6.3.2.
This commit is contained in:
parent
adf4e3f021
commit
14fa538118
1 changed files with 2 additions and 2 deletions
|
@ -1405,13 +1405,13 @@ (define-public qtwebsockets-5
|
|||
(define-public qtwebsockets
|
||||
(package
|
||||
(name "qtwebsockets")
|
||||
(version "6.3.1")
|
||||
(version "6.3.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (qt-urls name version))
|
||||
(sha256
|
||||
(base32
|
||||
"06hj0pkdzjicmbiinjp1dk1ziz8cb3fgcwy7a0dxxjvzr680v64z"))))
|
||||
"1smbvidaybphvsmaap9v1pbkibwmng11hb925g0ww4ghwzpxkb8q"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue