mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: krfb: Update to 25.12.0.
* gnu/packages/kde-systemtools.scm (krfb): Update to 25.12.0. Change-Id: I6587d3ba70b7131cdcf42f41fcf5a8fa2c97df2a
This commit is contained in:
parent
142e0b5b00
commit
a4c19b3a91
1 changed files with 2 additions and 2 deletions
|
|
@ -407,14 +407,14 @@ This package is part of the KDE base applications module.")
|
|||
(define-public krfb
|
||||
(package
|
||||
(name "krfb")
|
||||
(version "25.08.3")
|
||||
(version "25.12.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/krfb-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0hpzkpmn2fhr8cxbla2dcr8a8gi2a8g21f3jzjwd9adni688fbz1"))))
|
||||
(base32 "139d958g5yxw901b7ylba1fir9fyw4821y4g8mmjq7j59gshlsh1"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments (list #:qtbase qtbase
|
||||
#:tests? #f
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue