gnu: dolphin-plugins: Update to 23.04.3.
* gnu/packages/kde-systemtools.scm (dolphin-plugins): Update to 23.04.3. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>master
parent
70e595a90a
commit
aa50d576c4
|
@ -101,14 +101,14 @@ The main features of Dolphin are:
|
|||
(define-public dolphin-plugins
|
||||
(package
|
||||
(name "dolphin-plugins")
|
||||
(version "22.04.3")
|
||||
(version "23.04.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/" version
|
||||
"/src/dolphin-plugins-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32 "1ii1xrz22caxcgrr9ibzkh7nvw1h9d8xb5a2fadni0makk02qjif"))))
|
||||
(base32 "0h1b559icj5g3xrx5697a9rncpdcmsjg774c6m36ild56bwc048v"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs
|
||||
(list extra-cmake-modules))
|
||||
|
|
Reference in New Issue