gnu: qtmultimedia: Update to 6.6.3.
* gnu/packages/qt.scm (qtmultimedia): Update to 6.6.3. Change-Id: I82478aaa7380feb04aecea9b070a153957ad49b8
This commit is contained in:
parent
d0fcbb2bc4
commit
f1023a655c
1 changed files with 2 additions and 2 deletions
|
@ -1875,13 +1875,13 @@ Vulkan, OpenGL and other main graphic APIs.")
|
||||||
(define-public qtmultimedia
|
(define-public qtmultimedia
|
||||||
(package
|
(package
|
||||||
(name "qtmultimedia")
|
(name "qtmultimedia")
|
||||||
(version "6.6.2")
|
(version "6.6.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (qt-url name version))
|
(uri (qt-url name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1v0430jnv97ws6cizn9mi8zr9hcg7rixd0jg7smhdq8apacjb572"))
|
"1ciswpv8p71j9hwwdhfr5pmsrnizlaijp0dnyc99lk5is8qgh05y"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
'(begin
|
'(begin
|
||||||
|
|
Reference in a new issue