mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: qtsvg-5: Update to 5.15.10.
* gnu/packages/qt.scm (qtsvg-5): Update to 5.15.10.
This commit is contained in:
parent
eb5a4669e6
commit
d105f644cc
1 changed files with 2 additions and 2 deletions
|
@ -1024,13 +1024,13 @@ (define-public qtsvg-5
|
|||
(package
|
||||
(inherit qtbase-5)
|
||||
(name "qtsvg")
|
||||
(version "5.15.8")
|
||||
(version "5.15.10")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (qt-url name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0qnmcvp5jap4qq9w7xak66g6fsb48q1lg02rn4lycvnhgwzblbww"))))
|
||||
"1s2a00vqq0njwmd34pas7gmmlb9cjjq5dra1s1wpfxlabf1y64yg"))))
|
||||
(propagated-inputs `())
|
||||
(native-inputs (list perl))
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue