mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: dolphin: Update to 24.12.1.
* gnu/packages/kde-systemtools.scm (dolphin): Update to 24.12.1. [inputs]: Add kguiaddons. Change-Id: Iac8e0c4d2a3590ee766176102a2909d080cc8f12
This commit is contained in:
parent
3754a23744
commit
0efeef863e
1 changed files with 3 additions and 2 deletions
|
@ -49,14 +49,14 @@ (define-module (gnu packages kde-systemtools)
|
|||
(define-public dolphin
|
||||
(package
|
||||
(name "dolphin")
|
||||
(version "24.05.2")
|
||||
(version "24.12.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/dolphin-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0rrmbzrywv19z93b9291r863dm7panz65cf10lzgjqzlsx7hm1az"))))
|
||||
(base32 "0qw61a1k8savwz0wi6xmr2z19jn5n7qjscsn284lwdc646m0l728"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools ruby ruby-test-unit))
|
||||
|
@ -71,6 +71,7 @@ (define-public dolphin
|
|||
kcoreaddons
|
||||
kcrash
|
||||
kdbusaddons
|
||||
kguiaddons
|
||||
ki18n
|
||||
kiconthemes
|
||||
kio
|
||||
|
|
Loading…
Reference in a new issue