mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: krfb: Update to 25.08.1.
* gnu/packages/kde-systemtools.scm (krfb): Update to 25.08.1. Change-Id: I42d75b4205332fdc97995173e96ff35db02ae5b8
This commit is contained in:
parent
bf3b751699
commit
6667e98fd9
1 changed files with 2 additions and 2 deletions
|
@ -245,14 +245,14 @@ This package is part of the KDE base applications module.")
|
|||
(define-public krfb
|
||||
(package
|
||||
(name "krfb")
|
||||
(version "24.12.1")
|
||||
(version "25.08.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/krfb-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1m3f4lpzwbrbdmp9237186x4p0w2rk1cz4a7nin38c8ll9sgrfb2"))))
|
||||
(base32 "0mqm2s8sbs1c1441pwlm47jg5hanpb4wm4si4w7flixznjddcvs2"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list #:qtbase qtbase
|
||||
#:tests? #f
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue