mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
gnu: sonnet: Update to 6.21.0.
* gnu/packages/kde-frameworks.scm (sonnet): Update to 6.21.0. Change-Id: Idf14fcd5e328c3c3b2952f3c013b22853ce3f907
This commit is contained in:
parent
7f73ee33ce
commit
98291292bf
1 changed files with 2 additions and 2 deletions
|
|
@ -2041,7 +2041,7 @@ system.")
|
|||
(define-public sonnet
|
||||
(package
|
||||
(name "sonnet")
|
||||
(version "6.19.0")
|
||||
(version "6.21.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
|
@ -2050,7 +2050,7 @@ system.")
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"186g99j8s4gcfjlsfksqy13hh8n1jnrlzhnvc9l7k8axkhsjl42b"))))
|
||||
"0zsnbrhrmw6sz278l49ickd2ab2s0mvgajgy1jpjw7df018nsih0"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list #:qtbase qtbase))
|
||||
(native-inputs
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue