mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: qtx11extras: Update to 5.15.8.
* gnu/packages/qt.scm (qtx11extras): Update to 5.15.8.
This commit is contained in:
parent
0f1ba909db
commit
a0dcd3febf
1 changed files with 2 additions and 2 deletions
|
@ -1090,13 +1090,13 @@ (define-public qtimageformats
|
|||
(define-public qtx11extras
|
||||
(package (inherit qtsvg-5)
|
||||
(name "qtx11extras")
|
||||
(version "5.15.5")
|
||||
(version "5.15.8")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (qt-urls name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0wxsrnnkkn68myy211rfz98brs7j3qmx3hmy097vh5avgsmw11bn"))))
|
||||
"1gzmf0y2byzrgfbing7xk3cwlbk1cyjlhqjbfh8n37y09gg65maf"))))
|
||||
(arguments
|
||||
(substitute-keyword-arguments (package-arguments qtsvg-5)
|
||||
((#:tests? _ #f) #f))) ; TODO: Enable the tests
|
||||
|
|
Loading…
Reference in a new issue