mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: dolphin: Update to 25.04.0.
* gnu/packages/kde-systemtools.scm (dolphin): Update to 25.04.0. Change-Id: Ifdad74288f1c390e6934d88b8c4393506b8d3e3d
This commit is contained in:
parent
1f4ae7a5fe
commit
0b326ad416
1 changed files with 2 additions and 2 deletions
|
@ -55,14 +55,14 @@
|
|||
(define-public dolphin
|
||||
(package
|
||||
(name "dolphin")
|
||||
(version "24.12.1")
|
||||
(version "25.04.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/dolphin-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "0qw61a1k8savwz0wi6xmr2z19jn5n7qjscsn284lwdc646m0l728"))))
|
||||
(base32 "061a05dab11isn7pnv07mvvh84wgx8appxpygmj25bqjxw2fr5w9"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules kdoctools ruby ruby-test-unit))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue