mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: kdialog: Update to 25.08.1.
* gnu/packages/kde-utils.scm (kdialog): Update to 25.08.1. Change-Id: I14d1ec9f2fff67b20bd958c2078ff3d4e564f1b0
This commit is contained in:
parent
5264e9639f
commit
68a19a98ae
1 changed files with 2 additions and 2 deletions
|
@ -598,14 +598,14 @@ characters.")
|
||||||
(define-public kdialog
|
(define-public kdialog
|
||||||
(package
|
(package
|
||||||
(name "kdialog")
|
(name "kdialog")
|
||||||
(version "25.04.0")
|
(version "25.08.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/"
|
(uri (string-append "mirror://kde/stable/release-service/"
|
||||||
version "/src/kdialog-" version ".tar.xz"))
|
version "/src/kdialog-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ffnw3hc2xngxryiyanaid7nh51fymahg4jbqf3w684wrn1v6gan"))))
|
"0jdigijaxrk1yyym9hb6rc1d84dj1jcx9ml4s19x80i7naj9jpv6"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(arguments (list #:qtbase qtbase
|
(arguments (list #:qtbase qtbase
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue