guix-commits
[Top][All Lists]
Advanced

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

10/13: gnu: picmi: Update to 20.12.0.


From: guix-commits
Subject: 10/13: gnu: picmi: Update to 20.12.0.
Date: Tue, 29 Dec 2020 16:36:27 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 6be0b8f377e311e57898c281d8ad877846665a5e
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Dec 29 15:37:39 2020 +0200

    gnu: picmi: Update to 20.12.0.
    
    * gnu/packages/games.scm (picmi): Update to 20.12.0.
    [source]: Download from new upstream URI.
---
 gnu/packages/games.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index acbe9da..8c19d03 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)



reply via email to

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