mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-22 18:26:43 +01:00
gnu: sonnet: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (sonnet): Update to 6.5.0. Change-Id: Ifc39f9cdcf904a9df4185a01faeb733b7498af39
This commit is contained in:
parent
20c987f354
commit
46f1ea8837
1 changed files with 2 additions and 2 deletions
|
@ -2054,7 +2054,7 @@ (define-public solid-5
|
|||
(define-public sonnet
|
||||
(package
|
||||
(name "sonnet")
|
||||
(version "6.4.0")
|
||||
(version "6.5.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -2063,7 +2063,7 @@ (define-public sonnet
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1afx1jfwrfbg9n4i063ghgxyy8syw0qqnvr5zhxl9lx5knc0ahlm"))))
|
||||
"1ap17mx4cfhmlq14y0nb9y40z2ksmydzfxga3klc6lbr5gwbd1ky"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue