mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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
6fb8a8734f
commit
d516c916d8
1 changed files with 3 additions and 2 deletions
|
@ -50,14 +50,14 @@
|
|||
(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))
|
||||
|
@ -72,6 +72,7 @@
|
|||
kcoreaddons
|
||||
kcrash
|
||||
kdbusaddons
|
||||
kguiaddons
|
||||
ki18n
|
||||
kiconthemes
|
||||
kio
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue