guix-commits
[Top][All Lists]
Advanced

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

03/13: gnu: kdiamond: Update to 20.12.0.


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

efraim pushed a commit to branch master
in repository guix.

commit d4dde6636f5f0e1b1bd660c94dfae7689d49a46d
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Dec 29 15:21:40 2020 +0200

    gnu: kdiamond: Update to 20.12.0.
    
    * gnu/packages/games.scm (kdiamond): 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 403f618..6f588eb 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -10494,14 +10494,14 @@ This package is part of the KDE games module.")
 (define-public kdiamond
   (package
     (name "kdiamond")
-    (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/kdiamond-" version ".tar.xz"))
       (sha256
-       (base32 "1v5yb9hb26lk277zhw8d37ks829yfqr5anzx1qhms44gca5kqhva"))))
+       (base32 "1iyxrx3422asa58kh0siwvi1svds5kccrym6gdfpdhlmhmciqlzi"))))
     (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]