diff options
| author | Konstantin Suntsov <protvin@disroot.org> | 2026-07-26 00:05:44 +0500 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-08-03 15:46:08 +0200 |
| commit | 62b7ec90d90e7f1eda10e1aff46fa8f6a23261ff (patch) | |
| tree | 64d86118e2df83c95edb6215751b8786f84af0f1 | |
| parent | 67fb7ed5f88446a8692eed6676002a6604c78f9f (diff) | |
gnu: apricots: Update to 0.2.9.
* gnu/packages/games.scm (apricots): Update to 0.2.9.
[source]: Change to new upstream repository.
[home-page]: Use the same URL as the source.
Signed-off-by: Andreas Enge <andreas@enge.fr>
| -rw-r--r-- | gnu/packages/games.scm | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 1dd8b5056d7..b8814782525 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm | |||
| @@ -99,6 +99,7 @@ | |||
| 99 | ;;; Copyright © 2026 Carlos Durán Domínguez <wurt@wurt.eu> | 99 | ;;; Copyright © 2026 Carlos Durán Domínguez <wurt@wurt.eu> |
| 100 | ;;; Copyright © 2026 Nikita Alkhovik <forgoty13@gmail.com> | 100 | ;;; Copyright © 2026 Nikita Alkhovik <forgoty13@gmail.com> |
| 101 | ;;; Copyright © 2026 bdunahu <bdunahu@operationnull.com> | 101 | ;;; Copyright © 2026 bdunahu <bdunahu@operationnull.com> |
| 102 | ;;; Copyright © 2026 Konstantin Suntsov <protvin@disroot.org> | ||
| 102 | ;;; | 103 | ;;; |
| 103 | ;;; This file is part of GNU Guix. | 104 | ;;; This file is part of GNU Guix. |
| 104 | ;;; | 105 | ;;; |
| @@ -13977,15 +13978,15 @@ play; it will look for them at @file{~/.local/share/vcmi} folder.") | |||
| 13977 | (define-public apricots | 13978 | (define-public apricots |
| 13978 | (package | 13979 | (package |
| 13979 | (name "apricots") | 13980 | (name "apricots") |
| 13980 | (version "0.2.8") | 13981 | (version "0.2.9") |
| 13981 | (source | 13982 | (source |
| 13982 | (origin | 13983 | (origin |
| 13983 | (method git-fetch) | 13984 | (method git-fetch) |
| 13984 | (uri (git-reference | 13985 | (uri (git-reference |
| 13985 | (url "https://github.com/moggers87/apricots") | 13986 | (url "https://codeberg.org/moggers87/apricots") |
| 13986 | (commit (string-append "v" version)))) | 13987 | (commit (string-append "v" version)))) |
| 13987 | (sha256 | 13988 | (sha256 |
| 13988 | (base32 "01mqdybmn5rp8ifx619bx0pki9ryj5cvv2iwpsnn8ngggd6smh9x")) | 13989 | (base32 "1xwdxiq0g2fb8scmcrjv29qnzrc3w3h0mmmhd6hw9wnfa5mv91lw")) |
| 13989 | (file-name (git-file-name name version)))) | 13990 | (file-name (git-file-name name version)))) |
| 13990 | (build-system gnu-build-system) | 13991 | (build-system gnu-build-system) |
| 13991 | (arguments | 13992 | (arguments |
| @@ -13995,7 +13996,7 @@ play; it will look for them at @file{~/.local/share/vcmi} folder.") | |||
| 13995 | (native-inputs (list autoconf ;autom4te used in ./bootstrap | 13996 | (native-inputs (list autoconf ;autom4te used in ./bootstrap |
| 13996 | automake)) ;aclocal used in ./bootstrap | 13997 | automake)) ;aclocal used in ./bootstrap |
| 13997 | (inputs (list alure openal sdl2)) | 13998 | (inputs (list alure openal sdl2)) |
| 13998 | (home-page "https://github.com/moggers87/apricots") | 13999 | (home-page "https://codeberg.org/moggers87/apricots") |
| 13999 | (synopsis "Arcade airplane game") | 14000 | (synopsis "Arcade airplane game") |
| 14000 | (description "@code{apricots} is a game where you fly a little plane | 14001 | (description "@code{apricots} is a game where you fly a little plane |
| 14001 | around the screen and shoot things and drop bombs on enemy targets. It's | 14002 | around the screen and shoot things and drop bombs on enemy targets. It's |
