mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kddockwidgets: Update to 2.2.1.
* gnu/packages/qt.scm (kddockwidgets): Update to 2.2.1. Change-Id: I10f7a542ad6d234b1123fc1dbdc6b19781f54d1b
This commit is contained in:
parent
ecfe3798c5
commit
b7f8c13503
1 changed files with 2 additions and 2 deletions
|
@ -313,7 +313,7 @@ window managers, that don't provide Qt integration by themselves.")
|
||||||
(define-public kddockwidgets
|
(define-public kddockwidgets
|
||||||
(package
|
(package
|
||||||
(name "kddockwidgets")
|
(name "kddockwidgets")
|
||||||
(version "2.1.0")
|
(version "2.2.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -322,7 +322,7 @@ window managers, that don't provide Qt integration by themselves.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0s4s0y8kvkyf15d5kzcd5wik7n1jj9mxrmc60irlacfy93hmdaw0"))))
|
"0d0pxynlyfgavf6l1b1z7zpmbrzm96hkphnqnalr7mshm147450g"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments (list #:configure-flags #~(list
|
(arguments (list #:configure-flags #~(list
|
||||||
"-DKDDockWidgets_QT6=ON"
|
"-DKDDockWidgets_QT6=ON"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue