guix-commits
[Top][All Lists]
Advanced

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

02/13: gnu: kblocks: Update to 20.12.0.


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

efraim pushed a commit to branch master
in repository guix.

commit 908e48f7ddb6ffe5cf4914b5ee451bad0b936c0f
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Dec 29 15:18:54 2020 +0200

    gnu: kblocks: Update to 20.12.0.
    
    * gnu/packages/games.scm (kblocks): Update to 20.12.0.
    [source]: Download from new source 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 735e653..403f618 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -10307,14 +10307,14 @@ This package is part of the KDE games module.")
 (define-public kblocks
   (package
     (name "kblocks")
-    (version "19.08.3")
+    (version "20.12.0")
     (source
      (origin
       (method url-fetch)
-      (uri (string-append "mirror://kde/stable/applications/"
+      (uri (string-append "mirror://kde/stable/release-service/"
                           version "/src/kblocks-" version ".tar.xz"))
       (sha256
-       (base32 "0qrm0dihzhkxsq9l49ndzms802x6jn92vvabb2zf2q9z593m69cx"))))
+       (base32 "09yfm9mzbamp294cvc5finq6ilxvxr68i0dnb0m72pa4sfzmij32"))))
     (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]