mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: qtwebsockets-5: Update to 5.15.16.
* gnu/packages/qt.scm (qtwebsockets-5): Update to 5.15.16. Change-Id: I7f79bb8f6017b9e64ee9fc64a951264da5bc40da
This commit is contained in:
parent
78fc46d858
commit
6fe804dc9e
1 changed files with 2 additions and 2 deletions
|
@ -1865,13 +1865,13 @@ with Bluetooth and NFC.")
|
|||
(define-public qtwebsockets-5
|
||||
(package (inherit qtsvg-5)
|
||||
(name "qtwebsockets")
|
||||
(version "5.15.15")
|
||||
(version "5.15.16")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (qt-url name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0jmsiyaaflh32zg705pilf0hcm82xbq7cx9nd191f6l3ipdbipmd"))))
|
||||
"1khllw5iw2qp64z3w98p21ib7i70y3c4ckhhd5lyvpvmpimmrdvg"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments qtsvg-5)
|
||||
((#:tests? _ #f) #f))) ; TODO: Enable the tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue