mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: dolphin-plugins: Update to 25.04.0.
* gnu/packages/kde-systemtools.scm (dolphin-plugins): Update to 25.04.0. Change-Id: I3a723b5fd817d5e045c2a955e5e0615ed0030bf8
This commit is contained in:
parent
0b503c1d91
commit
1aa88a5b86
1 changed files with 2 additions and 2 deletions
|
@ -113,14 +113,14 @@ The main features of Dolphin are:
|
||||||
(define-public dolphin-plugins
|
(define-public dolphin-plugins
|
||||||
(package
|
(package
|
||||||
(name "dolphin-plugins")
|
(name "dolphin-plugins")
|
||||||
(version "24.12.1")
|
(version "25.04.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||||
"/src/dolphin-plugins-" version ".tar.xz"))
|
"/src/dolphin-plugins-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0c2gfix61kisva7abbcq41ixhbpzrshr2qm3vazmil4a4lv4n5n4"))))
|
(base32 "16sd5ygzzi0r2245kfj4gclid15xhylsy5xvf3nif1az9f8bw6pz"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list extra-cmake-modules))
|
(list extra-cmake-modules))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue