mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: kio-zeroconf: Update to 25.12.0.
* gnu/packages/kde-internet.scm (kio-zeroconf): Update to 25.12.0. Change-Id: I14c3a4342486a24081fe43b118cdaac3a01dd2bd
This commit is contained in:
parent
9a654bc91d
commit
75321def7a
1 changed files with 2 additions and 2 deletions
|
|
@ -494,14 +494,14 @@ the functionality of the KDE resource and network access abstractions.")
|
|||
(define-public kio-zeroconf
|
||||
(package
|
||||
(name "kio-zeroconf")
|
||||
(version "25.08.3")
|
||||
(version "25.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/kio-zeroconf-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1q3knm21xd5lwhll0mdpignjh9sy4bhvfyhvii5c146vklrb4yyy"))))
|
||||
(base32 "1a727i2j690z7di3qcbrx20g5c3022gzqibfc1lypmvk2vh96z12"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue