guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

338/347: gnu: picmi: Update to 24.05.1.


From: guix-commits
Subject: 338/347: gnu: picmi: Update to 24.05.1.
Date: Fri, 28 Jun 2024 09:59:31 -0400 (EDT)

z572 pushed a commit to branch kde-team
in repository guix.

commit 1fb43740826832b6e2b9ad7d6d2c9eeaf1dd4439
Author: Zheng Junjie <zhengjunjie@iscas.ac.cn>
AuthorDate: Thu Jun 27 17:45:24 2024 +0800

    gnu: picmi: Update to 24.05.1.
    
    * gnu/packages/kde-games.scm (picmi): Update to 24.05.1.
    [inputs]: Remove kcoreaddons, kcrash, kdbusaddons, kdeclarative, ki18n, kio,
    knewstuff, kxmlgui, qtbase-5, qtdeclarative-5, and qtsvg-5; add
    kcoreaddons-6, kcrash-6, kdbusaddons-6, kdeclarative-6, ki18n-6,
    kio-6, knewstuff-6, kxmlgui-6, qtbase, qtdeclarative, and qtsvg.
    [native-inputs]: Remove kdoctools; add kdoctools-6.
    
    Change-Id: Iab86ac0719d4016ef2209abe757359e336db7987
---
 gnu/packages/kde-games.scm | 36 ++++++++++++++++++------------------
 1 file changed, 18 insertions(+), 18 deletions(-)

diff --git a/gnu/packages/kde-games.scm b/gnu/packages/kde-games.scm
index c5fdd11ee4..54569a0ee8 100644
--- a/gnu/packages/kde-games.scm
+++ b/gnu/packages/kde-games.scm
@@ -94,30 +94,30 @@ This package is part of the KDE games module.")
 (define-public picmi
   (package
     (name "picmi")
-    (version "23.04.3")
+    (version "24.05.1")
     (source
      (origin
-      (method url-fetch)
-      (uri (string-append "mirror://kde/stable/release-service/" version
-                          "/src/picmi-" version ".tar.xz"))
-      (sha256
-       (base32 "1x1iv6a840jwldfpx44wvh1vki1jz1hixzvzhdfx2mhw05v91fjx"))))
+       (method url-fetch)
+       (uri (string-append "mirror://kde/stable/release-service/" version
+                           "/src/picmi-" version ".tar.xz"))
+       (sha256
+        (base32 "0llxx1wky8y895lf2gsgfxdml7yfapxw4ydkqgwrp2l6qa7zs47r"))))
     (build-system qt-build-system)
     (native-inputs
-     (list extra-cmake-modules kdoctools))
+     (list extra-cmake-modules kdoctools-6))
     (inputs
-     (list kcoreaddons
-           kcrash
-           kdbusaddons
-           kdeclarative
-           ki18n
-           kio
-           knewstuff
-           kxmlgui
+     (list kcoreaddons-6
+           kcrash-6
+           kdbusaddons-6
+           kdeclarative-6
+           ki18n-6
+           kio-6
+           knewstuff-6
+           kxmlgui-6
            libkdegames
-           qtbase-5
-           qtdeclarative-5
-           qtsvg-5))
+           qtbase
+           qtdeclarative
+           qtsvg))
     (home-page "https://apps.kde.org/picmi/";)
     (synopsis "Number logic game")
     (description "Picmi is a number logic game in which cells in a grid have



reply via email to

[Prev in Thread] Current Thread [Next in Thread]