diff options
author | Adrien 'neox' Bourmault <neox@gnu.org> | 2025-06-23 21:33:28 +0200 |
---|---|---|
committer | jgart <jgart@dismail.de> | 2025-06-23 20:11:30 -0400 |
commit | 292faf94843e4cc662b143b162a4efd5b5940ffc (patch) | |
tree | d51510c6fe1caa7ff5ca393ffb9c9e0d654cfab5 | |
parent | 256cbc134773c27c6c0bde443d9932390f44ac96 (diff) |
gnu: speed-dreams-data: Update to 2.4.2.
* gnu/packages/games.scm (speed-dreams-data): Update to 2.4.2.
Change-Id: I78207633d2a9eec0f8a1df5faa9d336ba6d19ab2
Signed-off-by: Adrien 'neox' Bourmault <neox@gnu.org>
Signed-off-by: jgart <jgart@dismail.de>
-rw-r--r-- | gnu/packages/games.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index a782d52111..7ce24b1934 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -91,6 +91,7 @@ ;;; Copyright © 2023-2025 Adam Faiz <adam.faiz@disroot.org> ;;; Copyright © 2025 Andrew Wong <wongandj@icloud.com> ;;; Copyright © 2025 Nigko Yerden <nigko.yerden@gmail.com> +;;; Copyright © 2025 Adrien 'neox' Bourmault <neox@gnu.org> ;;; ;;; This file is part of GNU Guix. ;;; @@ -9965,7 +9966,7 @@ civilized than your own.") (hidden-package (package (name "speed-dreams-data") - (version "2.4.1") + (version "2.4.2") (source (origin (method git-fetch) @@ -9976,7 +9977,7 @@ civilized than your own.") (file-name (git-file-name name version)) (sha256 (base32 - "1w7j2znqy4ixsild1v0qz7hw3m42gqg1jnq7nnb48d6fc64hv3bn")))) + "1igavpsn8v9v866hawmgx47a6wz0bxykmf540961jfzav85j5m7p")))) (build-system cmake-build-system) (arguments (list #:tests? #f)) ;no test suite (home-page "https://www.speed-dreams.net/en") |