mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: qtshadertools: Update to 6.6.3.
* gnu/packages/qt.scm (qtshadertools): Update to 6.6.3. Change-Id: I821e0d469822a934ddc8c8fe0e5acd8a40ce4e67
This commit is contained in:
parent
bcff715a22
commit
d0fcbb2bc4
1 changed files with 2 additions and 2 deletions
|
@ -1846,7 +1846,7 @@ (define-public qtmultimedia-5
|
|||
(define-public qtshadertools
|
||||
(package
|
||||
(name "qtshadertools")
|
||||
(version "6.6.2")
|
||||
(version "6.6.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (qt-url name version))
|
||||
|
@ -1854,7 +1854,7 @@ (define-public qtshadertools
|
|||
;; sources.
|
||||
(sha256
|
||||
(base32
|
||||
"0bxrczs9nw6az2p4n8x0f660vsmxxynx4iqgj75l4zsfzzbym2v2"))))
|
||||
"1rm17hyhq244zskq3ar3h22qjd5dshy84nnyq1ivhg5k7gb0j2cc"))))
|
||||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue