gnu: qtshadertools: Update to 6.5.2.
* gnu/packages/qt.scm (qtshadertools): Update to 6.5.2.
This commit is contained in:
parent
5206426c6e
commit
cf4286b2cb
1 changed files with 2 additions and 2 deletions
|
@ -1631,7 +1631,7 @@ set of plugins for interacting with pulseaudio and GStreamer.")))
|
||||||
(define-public qtshadertools
|
(define-public qtshadertools
|
||||||
(package
|
(package
|
||||||
(name "qtshadertools")
|
(name "qtshadertools")
|
||||||
(version "6.3.2")
|
(version "6.5.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (qt-url name version))
|
(uri (qt-url name version))
|
||||||
|
@ -1639,7 +1639,7 @@ set of plugins for interacting with pulseaudio and GStreamer.")))
|
||||||
;; sources.
|
;; sources.
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1bmkrpk414clx8pnyrdslqlsnfmsdldmwrdcqzz6rwi8ymk2ggpn"))))
|
"0g8aziqhds2fkx11y4p2akmyn2p1qqf2fjxv72f9pibnhpdv0gya"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Reference in a new issue