mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: francis: Update to 25.08.1.
* gnu/packages/kde-utils.scm (francis): Update to 25.08.1. [source]: Switch to url-fetch. Change-Id: I52102f81992d40c4663430a1f79a65e04f885c32
This commit is contained in:
parent
206e3a3b70
commit
551e9ee920
1 changed files with 5 additions and 7 deletions
|
@ -295,16 +295,14 @@ your computer.")
|
||||||
(define-public francis
|
(define-public francis
|
||||||
(package
|
(package
|
||||||
(name "francis")
|
(name "francis")
|
||||||
(version "25.04.0")
|
(version "25.08.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method url-fetch)
|
||||||
(uri (git-reference
|
(uri (string-append "mirror://kde/stable/release-service/"
|
||||||
(url "https://invent.kde.org/utilities/francis")
|
version "/src/francis-" version ".tar.xz"))
|
||||||
(commit (string-append "v" version))))
|
|
||||||
(file-name (git-file-name name version))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1lxpy5ffcyfb6xhs0yiwidai357x07ga8564l6qhgsygm5iiq0z6"))))
|
"1cxknyl8zzcc2dyvqsjj4f7i386mw31501296d5wl2hb5zfjv4nr"))))
|
||||||
(build-system qt-build-system)
|
(build-system qt-build-system)
|
||||||
(native-inputs (list extra-cmake-modules))
|
(native-inputs (list extra-cmake-modules))
|
||||||
(inputs (list kirigami
|
(inputs (list kirigami
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue