gnu: qtmultimedia: Update to 6.3.2.
* gnu/packages/qt.scm (qtmultimedia): Update to 6.3.2.
This commit is contained in:
parent
14fa538118
commit
3d19b7f974
1 changed files with 2 additions and 2 deletions
|
@ -1546,13 +1546,13 @@ Vulkan, OpenGL and other main graphic APIs.")
|
||||||
(define-public qtmultimedia
|
(define-public qtmultimedia
|
||||||
(package
|
(package
|
||||||
(name "qtmultimedia")
|
(name "qtmultimedia")
|
||||||
(version "6.3.1")
|
(version "6.3.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (qt-urls name version))
|
(uri (qt-urls name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0dkk3lmzi2fs13cnj8q1lpcs6gghj219826gkwnzyd6nmlm280vy"))
|
"0hqwq0ad6z8c5kyyvbaddj00mciijn2ns2r60jc3mqh98nm2js3z"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Reference in a new issue