gnu: qtmultimedia: Update to 6.5.2.
* gnu/packages/qt.scm (qtmultimedia): Update to 6.5.2.
This commit is contained in:
parent
cf4286b2cb
commit
ae5b44e23b
1 changed files with 2 additions and 2 deletions
|
@ -1660,13 +1660,13 @@ Vulkan, OpenGL and other main graphic APIs.")
|
||||||
(define-public qtmultimedia
|
(define-public qtmultimedia
|
||||||
(package
|
(package
|
||||||
(name "qtmultimedia")
|
(name "qtmultimedia")
|
||||||
(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))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0hqwq0ad6z8c5kyyvbaddj00mciijn2ns2r60jc3mqh98nm2js3z"))
|
"0xc9k4mlncscxqbp8q46yjd89k4jb8j0ggbi5ad874lycym013wl"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Reference in a new issue