mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: dolphin-plugins: Update to 24.12.1.
* gnu/packages/kde-systemtools.scm (dolphin-plugins): Update to 24.12.1. Change-Id: Ibbc3400ce5393f70d789c35d02f271d04cb01d43
This commit is contained in:
parent
d516c916d8
commit
27329306c1
1 changed files with 2 additions and 2 deletions
|
@ -108,14 +108,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.05.2")
|
(version "24.12.1")
|
||||||
(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 "08xyjjwkcr08ncc4xrj65c44iya4byvf1xhnwjg21i7zxls51zir"))))
|
(base32 "0c2gfix61kisva7abbcq41ixhbpzrshr2qm3vazmil4a4lv4n5n4"))))
|
||||||
(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