mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kguiaddons: Update to 6.5.0.
* gnu/packages/kde-frameworks.scm (kguiaddons): Update to 6.5.0. Change-Id: I932117a282572d0d04c71c2dc5cb20017c942534
This commit is contained in:
parent
638d1ca2ec
commit
129a1ba3ad
1 changed files with 2 additions and 2 deletions
|
@ -1045,7 +1045,7 @@ replace the other outdated Graphviz tools.")
|
||||||
(define-public kguiaddons
|
(define-public kguiaddons
|
||||||
(package
|
(package
|
||||||
(name "kguiaddons")
|
(name "kguiaddons")
|
||||||
(version "6.4.0")
|
(version "6.5.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1054,7 +1054,7 @@ replace the other outdated Graphviz tools.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04fgc8rgx1j3swf5pxh7cxdggsj3r0fffh90gm4y4nq9p3q5vhp1"))))
|
"01s8mjpazvl4j1fhb00f24zcsbin5zjz319sv9znxyl51f9zm4vi"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
;; TODO: Build packages for the Python bindings. Ideally this will be
|
;; TODO: Build packages for the Python bindings. Ideally this will be
|
||||||
;; done for all versions of python guix supports. Requires python,
|
;; done for all versions of python guix supports. Requires python,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue