mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: filelight: Update to 25.04.0.
* gnu/packages/kde-utils.scm (filelight): Update to 25.04.0. Change-Id: Idac32dee77a1f97bde13a89774796907cb247d51
This commit is contained in:
parent
af4d1c6c8b
commit
b73d8e119d
1 changed files with 2 additions and 2 deletions
|
@ -264,14 +264,14 @@ well as CD-ROM images.")
|
|||
(define-public filelight
|
||||
(package
|
||||
(name "filelight")
|
||||
(version "24.12.3")
|
||||
(version "25.04.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kde/stable/release-service/"
|
||||
version "/src/filelight-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1sc7n533fqmf4ckfiwikxraj2mgk470gkypiwnxw1kwqpd2l6fpc"))))
|
||||
"1jfa59yw6miq21wrid20845ba2kd7xr8pyg3d413f6kll0il3kzy"))))
|
||||
(build-system qt-build-system)
|
||||
(native-inputs (list extra-cmake-modules))
|
||||
(inputs (list kcrash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue