me
/
guix
Archived
1
0
Fork 0

gnu: kmag: Update to 23.04.3.

* gnu/packages/kde-utils.scm (kmag): Update to 23.04.3.
master
宋文武 2023-07-30 07:29:38 +08:00
parent 7c06b0abfc
commit 1e1f14f43f
No known key found for this signature in database
GPG Key ID: D415BF253B515976
1 changed files with 2 additions and 2 deletions

View File

@ -783,14 +783,14 @@ the computer and 3D Printers.")
(define-public kmag
(package
(name "kmag")
(version "22.04.3")
(version "23.04.3")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://kde/stable/release-service/" version
"/src/kmag-" version ".tar.xz"))
(sha256
(base32 "08jwv2wnb67vjgz5pv1nn6rwl9ldj8dfd74l6va9vz4x5pk7d859"))))
(base32 "13ar37yv3gk5451cdqrgbm91jm50qw4559sx25fv95g2i9wa7z74"))))
(build-system qt-build-system)
(native-inputs
(list extra-cmake-modules kdoctools))