guix-commits
[Top][All Lists]
Advanced

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

09/26: gnu: kbounce: Update to 20.12.0.


From: guix-commits
Subject: 09/26: gnu: kbounce: Update to 20.12.0.
Date: Wed, 30 Dec 2020 03:42:22 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit e9d0f4ad396e0da03b1a67283761db156be3d363
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Dec 30 10:15:57 2020 +0200

    gnu: kbounce: Update to 20.12.0.
    
    * gnu/packages/games.scm (kbounce): 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 b690b2d..53b8d92 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -10277,14 +10277,14 @@ This package is part of the KDE games module.")
 (define-public kbounce
   (package
     (name "kbounce")
-    (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/kbounce-" version ".tar.xz"))
       (sha256
-       (base32 "02rfv0qzz5cmyfx8f56a45hbm9gsp6m3dcy8ajwx88rw5wpbrr11"))))
+       (base32 "0ymy0z1qlw3n653xs3dsa1xm78q4xaj09dnnci4km77rzis26vb6"))))
     (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]