diff options
| author | Anderson Torres <anderson.torres.8519@gmail.com> | 2026-08-14 21:18:31 -0300 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-08-19 10:49:53 +0200 |
| commit | 03902350c8dcb29637c495d8b274a0f41ebcb738 (patch) | |
| tree | 9af86fde2950f19c2b0c742548d1a7526b6be3ea | |
| parent | 79727ac558e58b5ff51c6d945f014a08caad7a43 (diff) | |
gnu: ares: Update to 148.
* gnu/packages/emulators.scm (ares): Update to 148.
[home-page]: Move right before synopsis.
[description]: Reword.
Signed-off-by: Andreas Enge <andreas@enge.fr>
| -rw-r--r-- | gnu/packages/emulators.scm | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index 4a70c9c07dc..7ac8d980bee 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm | |||
| @@ -147,7 +147,7 @@ | |||
| 147 | (define-public ares | 147 | (define-public ares |
| 148 | (package | 148 | (package |
| 149 | (name "ares") | 149 | (name "ares") |
| 150 | (version "147") | 150 | (version "148") |
| 151 | (source | 151 | (source |
| 152 | (origin | 152 | (origin |
| 153 | (method git-fetch) | 153 | (method git-fetch) |
| @@ -156,7 +156,7 @@ | |||
| 156 | (commit (string-append "v" version)))) | 156 | (commit (string-append "v" version)))) |
| 157 | (file-name (git-file-name name version)) | 157 | (file-name (git-file-name name version)) |
| 158 | (sha256 | 158 | (sha256 |
| 159 | (base32 "1b4xixngp8md2ishf3cyfwpzjcsvjb5zp678can5dcmv9z1dlsis")) | 159 | (base32 "12v5rfrjgs972bmijdbncdpnh0h9b0f10gjl1hmnl7jblps1vh33")) |
| 160 | (modules '((guix build utils))) | 160 | (modules '((guix build utils))) |
| 161 | (snippet | 161 | (snippet |
| 162 | ;; Delete non-free blobs: Supersoft Diagnostics II. | 162 | ;; Delete non-free blobs: Supersoft Diagnostics II. |
| @@ -191,12 +191,12 @@ | |||
| 191 | sdl3 | 191 | sdl3 |
| 192 | vulkan-loader | 192 | vulkan-loader |
| 193 | zlib)) | 193 | zlib)) |
| 194 | (home-page "https://ares-emu.net/") | ||
| 194 | (synopsis "Multi-system accuracy-focused emulator") | 195 | (synopsis "Multi-system accuracy-focused emulator") |
| 195 | (description | 196 | (description |
| 196 | "@command{ares} is a multi-system emulator that began development | 197 | "@command{ares} is a multi-system emulator that began development on |
| 197 | on 2004-10-14. It is a descendant of higan and bsnes, and focuses on accuracy | 198 | 2004-10-14. It is a descendant of higan and bsnes, and focuses on accuracy |
| 198 | and preservation. | 199 | and preservation. Here are some supported systems: |
| 199 | Here are some supported systems: | ||
| 200 | @itemize | 200 | @itemize |
| 201 | @item Arcade | 201 | @item Arcade |
| 202 | @item Atari 2600 | 202 | @item Atari 2600 |
| @@ -232,7 +232,6 @@ Here are some supported systems: | |||
| 232 | @item Sony Playstation | 232 | @item Sony Playstation |
| 233 | @end itemize | 233 | @end itemize |
| 234 | ") | 234 | ") |
| 235 | (home-page "https://ares-emu.net/") | ||
| 236 | (license license:isc))) | 235 | (license license:isc))) |
| 237 | 236 | ||
| 238 | ;; This repository ships several binaries used only for testing purpose. The | 237 | ;; This repository ships several binaries used only for testing purpose. The |
