mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kdnssd: Update to 6.13.0.
* gnu/packages/kde-frameworks.scm (kdnssd): Update to 6.13.0. Change-Id: I1aefae034a12d0270a172276e80a2aeec67c90c1
This commit is contained in:
parent
6472bae616
commit
75ac6eda87
1 changed files with 2 additions and 2 deletions
|
@ -983,7 +983,7 @@ as well as an API to create KDED modules.")
|
|||
(define-public kdnssd
|
||||
(package
|
||||
(name "kdnssd")
|
||||
(version "6.10.0")
|
||||
(version "6.13.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -992,7 +992,7 @@ as well as an API to create KDED modules.")
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"09xagl0pizdhql5xa6rfja4j8gq8f5w7y3rpzhlrl2y43x80i3zx"))))
|
||||
"10kyj10m31s9pa0bs247f7lfiikb5xjqzf75a54gyvc8lgx5vlp3"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules qttools))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue