From da2741ca3ce840338f90f1bdd407a9ec83d94ccd Mon Sep 17 00:00:00 2001 From: Petr Hodina Date: Tue, 2 Aug 2022 07:33:40 +0200 Subject: [PATCH v3 59/86] 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. diff --git a/gnu/packages/kde-utils.scm b/gnu/packages/kde-utils.scm index 10cfa6f5b5..7b414afc22 100644 --- a/gnu/packages/kde-utils.scm +++ b/gnu/packages/kde-utils.scm @@ -43,14 +43,14 @@ (define-module (gnu packages kde-utils) (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 @@ (define-public ark (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 @@ (define-public kate (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 @@ (define-public kmag (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 @@ (define-public kmousetool (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 @@ (define-public kxstitch (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 shared-mime-info)) @@ -571,14 +571,14 @@ (define-public smb4k (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)) -- 2.37.0