mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 15:26:47 +01:00
gnu: kguiaddons: Update to 5.114.0.
* gnu/packages/kde-frameworks.scm (kguiaddons): Update to 5.114.0. Change-Id: I83c5d479f8b5136fce53ad5f7949a34d6be4ac2c
This commit is contained in:
parent
5ad4fc6032
commit
51ffddf04b
1 changed files with 2 additions and 2 deletions
|
@ -795,7 +795,7 @@ (define-public kgraphviewer
|
|||
(define-public kguiaddons
|
||||
(package
|
||||
(name "kguiaddons")
|
||||
(version "5.108.0")
|
||||
(version "5.114.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -804,7 +804,7 @@ (define-public kguiaddons
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"01yfv2ybqi894g7d1fy584x0nbmqlm7vi0b998zc52233blh8j51"))))
|
||||
"0riya9plcz9c1ndhdbsradssndshbm12705swn7vf7am17n7f947"))))
|
||||
(build-system qt-build-system)
|
||||
;; TODO: Build packages for the Python bindings. Ideally this will be
|
||||
;; done for all versions of python guix supports. Requires python,
|
||||
|
|
Loading…
Reference in a new issue