mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: sonnet: Update to 5.114.0.
* gnu/packages/kde-frameworks.scm (sonnet): Update to 5.114.0. Change-Id: I407f10dbbaccaa8b4ef5951d296d021f8c5c3a68
This commit is contained in:
parent
3128cc790c
commit
4e037f5aa2
1 changed files with 2 additions and 2 deletions
|
@ -1479,7 +1479,7 @@ system.")
|
||||||
(define-public sonnet
|
(define-public sonnet
|
||||||
(package
|
(package
|
||||||
(name "sonnet")
|
(name "sonnet")
|
||||||
(version "5.108.0")
|
(version "5.114.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1488,7 +1488,7 @@ system.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00azygjvv0fw5agd28v3kqxc3qx1wa8j4afvn5y3ncarhb5ac7p1"))))
|
"0zxi96i3gfpx759qc1nyz7jqlswg5ivgr1w9gbbsm1x5fi9ikadx"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules pkg-config qttools-5))
|
(list extra-cmake-modules pkg-config qttools-5))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue