mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: qtsvg: Update to 6.9.2.
* gnu/packages/qt.scm (qtsvg): Update to 6.9.2. Change-Id: I09cf5c8c0b5f5ec72ec72d055fb13cd9c39bb4ec
This commit is contained in:
parent
7e09d6ba11
commit
98c4f5a66d
1 changed files with 2 additions and 2 deletions
|
@ -1426,13 +1426,13 @@ HostData=lib/qt5
|
||||||
(define-public qtsvg
|
(define-public qtsvg
|
||||||
(package
|
(package
|
||||||
(name "qtsvg")
|
(name "qtsvg")
|
||||||
(version "6.8.2")
|
(version "6.9.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
|
||||||
"1yn1kl5cvpnl7619r1inbmik4yg0cy87xn1irz5ijvd63kr7j9da"))))
|
"1985asvnkd2ar30nh2zyi490qz0vkz6z1f752lfald33yawcm16r"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue