[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
13/13: gnu: 7kaa: Update to 2.15.6.
From: |
guix-commits |
Subject: |
13/13: gnu: 7kaa: Update to 2.15.6. |
Date: |
Wed, 27 Sep 2023 18:47:01 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit be2344fbea00654c81218e8ecb6527fb53bd7639
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 24 02:00:00 2023 +0200
gnu: 7kaa: Update to 2.15.6.
* gnu/packages/games.scm (7kaa): Update to 2.15.6.
---
gnu/packages/games.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index c53e320838..e4065c88b2 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -10419,15 +10419,14 @@ protect you.")
(define-public 7kaa
(package
(name "7kaa")
- (version "2.15.5")
+ (version "2.15.6")
(source
(origin
(method url-fetch)
- (uri (string-append "https://github.com/the3dfxdude/7kaa/"
- "releases/download/v" version "/"
- "7kaa-" version ".tar.xz"))
+ (uri (string-append "mirror://sourceforge/skfans/"
+ "7KAA%20" version "/7kaa-" version ".tar.gz"))
(sha256
- (base32 "0axbv14fh87hwjabrb3zv7ivj88rs6kd2xq6s9qlpsszk20jc2im"))))
+ (base32 "15a0cl55bg479gw880yz48myg336q5lwp2zpyxyyhyadq26vjy9c"))))
(build-system gnu-build-system)
(native-inputs
(list gettext-minimal pkg-config))
- branch master updated (d0438fcf65 -> be2344fbea), guix-commits, 2023/09/27
- 08/13: gnu: libdeflate: Update to 1.19., guix-commits, 2023/09/27
- 10/13: gnu: minicom: Update package style., guix-commits, 2023/09/27
- 12/13: gnu: rizin: Edit synopsis., guix-commits, 2023/09/27
- 06/13: gnu: astyle: Use G-expressions., guix-commits, 2023/09/27
- 13/13: gnu: 7kaa: Update to 2.15.6.,
guix-commits <=
- 11/13: gnu: rizin: Update to 0.6.2., guix-commits, 2023/09/27
- 02/13: gnu: nmrpflash: Use G-expressions., guix-commits, 2023/09/27
- 09/13: gnu: minicom: Update to 2.9., guix-commits, 2023/09/27
- 05/13: gnu: astyle: Omit static libraries., guix-commits, 2023/09/27
- 07/13: gnu: astyle: Don't build static or debug libraries., guix-commits, 2023/09/27
- 04/13: gnu: astyle: Update to 3.4.8., guix-commits, 2023/09/27
- 03/13: read-print: Be more mindful of horizontal space in packages., guix-commits, 2023/09/27
- 01/13: gnu: nmrpflash: Update to 0.9.21., guix-commits, 2023/09/27