diff options
author | Petr Hodina <phodina@protonmail.com> | 2022-08-02 07:33:40 +0200 |
---|---|---|
committer | Marius Bakke <marius@gnu.org> | 2022-09-01 17:24:01 +0200 |
commit | 73aa92fb32631047fa44a9cb29320807759f293c (patch) | |
tree | 5a99e30b5037993dc4eb6b1b0d962cdc63e1afa1 /gnu/packages/kde-utils.scm | |
parent | 96405451edf49dd1c7696166571d621e4c43b773 (diff) | |
download | guix-73aa92fb32631047fa44a9cb29320807759f293c.tar guix-73aa92fb32631047fa44a9cb29320807759f293c.tar.gz |
gnu: KDE Utils: Update to 22.04.3.
* gnu/packages/kde-utils.scm (ark, kate, kmag, kmousetool, kmouth, okteta,
sweeper): Update to 22.04.3.
Signed-off-by: Marius Bakke <marius@gnu.org>
Diffstat (limited to 'gnu/packages/kde-utils.scm')
-rw-r--r-- | gnu/packages/kde-utils.scm | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm index a383aabc96..b2295d184a 100644 --- a/gnu/packages/kde-utils.scm +++ b/gnu/packages/kde-utils.scm @@ -43,14 +43,14 @@ (define-public ark (package (name "ark") - (version "21.12.3") + (version "22.04.3") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/release-service/" version "/src/ark-" version ".tar.xz")) (sha256 (base32 - "1p30bgnb3aw0f2jnaksz7jfqqcz45b2x3bjrri0w5w580204a5s8")) + "1wjy90qkkzafwcw8d4v9cyhmc3sgfipc1085hq2ghqhvrgdyzs00")) ;; The libarchive package in Guix does not support ;; xar; disable related tests. (patches (search-patches "ark-skip-xar-test.patch")))) @@ -117,14 +117,14 @@ well as CD-ROM images.") (define-public kate (package (name "kate") - (version "21.12.3") + (version "22.04.3") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/release-service/" version "/src/kate-" version ".tar.xz")) (sha256 - (base32 "1pp0k00kvih0xkkv1q1gha4na2bwqc7dhyyrla7c2vvln8gi99dg")))) + (base32 "0dnlr1cld6lqanqv98bss66w2bi2y78vqb8jx26addn2r1w4ygkf")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules kdoctools)) @@ -183,14 +183,14 @@ Kate's features include: (define-public kmag (package (name "kmag") - (version "21.12.3") + (version "22.04.3") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/release-service/" version "/src/kmag-" version ".tar.xz")) (sha256 - (base32 "067x65gmip89rdgii2nwnxn7zi96cf7vfbhqzg0499pd2d69p3sl")))) + (base32 "08jwv2wnb67vjgz5pv1nn6rwl9ldj8dfd74l6va9vz4x5pk7d859")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules kdoctools)) @@ -213,14 +213,14 @@ artists to web-designers to people with low vision.") (define-public kmousetool (package (name "kmousetool") - (version "21.12.3") + (version "22.04.3") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/release-service/" version "/src/kmousetool-" version ".tar.xz")) (sha256 - (base32 "013qr1md3gbin7hcahnv14y9i2cg35r433s2w81fvgcakd38qvkj")))) + (base32 "13pvdhhf3fdkaiyjp0ijqm5qdffabyw7qq2051l1nqv6i7w6lgwx")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules kdoctools)) @@ -251,14 +251,14 @@ whom pressing buttons hurts.") (define-public kmouth (package (name "kmouth") - (version "21.12.3") + (version "22.04.3") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/release-service/" version "/src/kmouth-" version ".tar.xz")) (sha256 - (base32 "0xvkp2pm2szbgzdsfmwrykma8npmlwmx2pb1iakbx3x1wyyjsbim")))) + (base32 "0lzaw7qqvpqzfz4nb2lk8l06c4yxacfg5982yk33g5q0j7r19bpy")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules kdoctools)) @@ -400,14 +400,14 @@ either be created or generated from a image.") (define-public okteta (package (name "okteta") - (version "0.26.7") + (version "0.26.9") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/okteta/" version "/src/okteta-" version ".tar.xz")) (sha256 - (base32 "1qrhsnglvkiq480c0b6hgcpahab7l8wbfpcsgra5zkynj1bba8zi")))) + (base32 "1yszs3w78dqdr5d8djf6gp4abzc5lcms859imqcq50wl9r6lr18n")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules kdoctools qttools-5 shared-mime-info)) @@ -571,14 +571,14 @@ Features: (define-public sweeper (package (name "sweeper") - (version "21.12.3") + (version "22.04.3") (source (origin (method url-fetch) (uri (string-append "mirror://kde/stable/release-service/" version "/src/sweeper-" version ".tar.xz")) (sha256 - (base32 "1l4ag2nhy0da9z4nlf7fmjrim7pmwpm3m4v4y50jlpdv73f63246")))) + (base32 "0kda4a5d9a11am2y6f91bx8v3nb8mw9qh671nskvgkx46x1pww21")))) (build-system qt-build-system) (native-inputs (list extra-cmake-modules kdoctools)) |