mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -05:00
gnu: sonnet: Update to 5.108.0.
* gnu/packages/kde-frameworks.scm (sonnet): Update to 5.108.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
parent
dd12c601fc
commit
7232fce130
1 changed files with 2 additions and 2 deletions
|
@ -1443,7 +1443,7 @@ (define-public solid
|
|||
(define-public sonnet
|
||||
(package
|
||||
(name "sonnet")
|
||||
(version "5.98.0")
|
||||
(version "5.108.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -1452,7 +1452,7 @@ (define-public sonnet
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0j4p91xx1scg3jmvq6km7bwfjz5ihafk76yf1byb6aqyw50h3bm3"))))
|
||||
"00azygjvv0fw5agd28v3kqxc3qx1wa8j4afvn5y3ncarhb5ac7p1"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules pkg-config qttools-5))
|
||||
|
|
Loading…
Reference in a new issue