summary refs log tree commit diff
path: root/gnu/packages/games.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-12-29 15:37:39 +0200
committerEfraim Flashner <efraim@flashner.co.il>2020-12-29 23:35:02 +0200
commit6be0b8f377e311e57898c281d8ad877846665a5e (patch)
tree9c7b787e28dcde61c9aff29e356dff257f94f210 /gnu/packages/games.scm
parent35c87a82ae0dc8c672346214356f77ebd98933a2 (diff)
downloadguix-6be0b8f377e311e57898c281d8ad877846665a5e.tar.gz
gnu: picmi: Update to 20.12.0.
* gnu/packages/games.scm (picmi): Update to 20.12.0.
[source]: Download from new upstream URI.
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r--gnu/packages/games.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index acbe9dac8f..8c19d03351 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -9913,14 +9913,14 @@ This package is part of the KDE games module.")
 (define-public picmi
   (package
     (name "picmi")
-    (version "19.08.3")
+    (version "20.12.0")
     (source
      (origin
       (method url-fetch)
-      (uri (string-append "mirror://kde/stable/applications/" version
+      (uri (string-append "mirror://kde/stable/release-service/" version
                           "/src/picmi-" version ".tar.xz"))
       (sha256
-       (base32 "0z9mpmv49w914gqdx274brdzl6d1bz9j9nkvbwgmr3iq1ba49m3f"))))
+       (base32 "1dfq9m4njh0czz8zws46rkz6xq2n6xra5w223m3s2f5civiw5msz"))))
     (build-system qt-build-system)
     (native-inputs
      `(("extra-cmake-modules" ,extra-cmake-modules)