mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 23:20:29 -05:00
gnu: qtwebsockets: Update to 6.5.2.
* gnu/packages/qt.scm (qtwebsockets): Update to 6.5.2.
This commit is contained in:
parent
5212ea0710
commit
5206426c6e
1 changed files with 2 additions and 2 deletions
|
@ -1518,13 +1518,13 @@ (define-public qtwebsockets-5
|
|||
(define-public qtwebsockets
|
||||
(package
|
||||
(name "qtwebsockets")
|
||||
(version "6.3.2")
|
||||
(version "6.5.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (qt-url name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1smbvidaybphvsmaap9v1pbkibwmng11hb925g0ww4ghwzpxkb8q"))))
|
||||
"0xjwifxj2ssshys6f6kjr6ri2vq1wfshxky6mcscjm7vvyqdfjr0"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue