me
/
guix
Archived
1
0
Fork 0

gnu: qtwebchannel-5: Update to 5.15.10.

* gnu/packages/qt.scm (qtwebchannel-5): Update to 5.15.10.
master
Maxim Cournoyer 2023-08-15 16:20:06 -04:00
parent 0a1f4df826
commit 2a38f0ec2c
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 2 additions and 2 deletions

View File

@ -1886,13 +1886,13 @@ and others.")))
(define-public qtwebchannel-5
(package (inherit qtsvg-5)
(name "qtwebchannel")
(version "5.15.8")
(version "5.15.10")
(source (origin
(method url-fetch)
(uri (qt-url name version))
(sha256
(base32
"1pfmy6fqis47awjb590r63y13vvsfm0fq70an3ylsknhyq3firgn"))))
"1rgziqprq0xvd57jfvd7ddkcddj3645ldn3xbq3n6w058bw04mz2"))))
(native-inputs (list perl qtdeclarative-5 qtwebsockets-5))
(inputs (list qtbase-5))
(synopsis "Web communication library for Qt")