[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/26: gnu: kmines: Update to 20.12.0.
From: |
guix-commits |
Subject: |
07/26: gnu: kmines: Update to 20.12.0. |
Date: |
Wed, 30 Dec 2020 03:42:21 -0500 (EST) |
efraim pushed a commit to branch master
in repository guix.
commit d84222586c4c35a32d2ec7ac595dd20125f29949
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Dec 30 10:13:28 2020 +0200
gnu: kmines: Update to 20.12.0.
* gnu/packages/games.scm (kmines): 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 565227b..743a451 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -10199,14 +10199,14 @@ This package is part of the KDE games module.")
(define-public kmines
(package
(name "kmines")
- (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/kmines-" version ".tar.xz"))
(sha256
- (base32 "0ac3za36lh8hpx6mqfic9amwmzhzhzplm9hg3pw12gxl5a9mvfsf"))))
+ (base32 "0hqjwh3jq2npqwkvh67fyn2xnq8swiasdw5jz8f0ikl0k28id775"))))
(build-system qt-build-system)
(native-inputs
`(("extra-cmake-modules" ,extra-cmake-modules)
- branch master updated (e87a2de -> 4303e33), guix-commits, 2020/12/30
- 01/26: gnu: kajongg: Wrap binary with pythonpath., guix-commits, 2020/12/30
- 02/26: gnu: libkmahjongg: Update to 20.12.0., guix-commits, 2020/12/30
- 04/26: gnu: kshisen: Update to 20.12.0., guix-commits, 2020/12/30
- 05/26: gnu: kajongg: Update to 20.12.0., guix-commits, 2020/12/30
- 03/26: gnu: kmahjongg: Update to 20.12.0., guix-commits, 2020/12/30
- 06/26: gnu: kbreakout: Update to 20.12.0., guix-commits, 2020/12/30
- 07/26: gnu: kmines: Update to 20.12.0.,
guix-commits <=
- 08/26: gnu: konquest: Update to 20.12.0., guix-commits, 2020/12/30
- 10/26: gnu: ksudoku: Update to 20.12.0., guix-commits, 2020/12/30
- 13/26: gnu: knetwalk: Update to 20.12.0., guix-commits, 2020/12/30
- 16/26: gnu: ksirk: Update to 20.12.0., guix-commits, 2020/12/30
- 17/26: gnu: kiriki: Update to 20.12.0., guix-commits, 2020/12/30
- 11/26: gnu: kgoldrunner: Update to 20.12.0., guix-commits, 2020/12/30
- 12/26: gnu: kblackbox: Update to 20.12.0., guix-commits, 2020/12/30
- 14/26: gnu: bomber: Update to 20.12.0., guix-commits, 2020/12/30
- 15/26: gnu: granatier: Update to 20.12.0., guix-commits, 2020/12/30
- 19/26: gnu: kapman: Update to 20.12.0., guix-commits, 2020/12/30