diff options
author | Vivien Kraus <[email protected]> | 2025-02-15 17:26:37 +0100 |
---|---|---|
committer | Liliana Marie Prikler <[email protected]> | 2025-03-02 20:31:48 +0100 |
commit | 7a166aa7d3897e0d2053b637d6437175172b441d (patch) | |
tree | c261adcc1bbe16944c7d7197a977309432d70303 | |
parent | 08abde751a0d8987ea4d27839e99bc8b2500c7e1 (diff) |
gnu: gnome-chess: Fix source URI.
* gnu/packages/games.scm (gnome-chess): Update the source URI.
Change-Id: I1fb791e5b03e0841269e03634c7d31f9a4314d67
Signed-off-by: Liliana Marie Prikler <[email protected]>
-rw-r--r-- | gnu/packages/games.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 2865bb1851..108c155cd3 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -2296,7 +2296,7 @@ in one tile.") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/gnome-chess/" - (version-major+minor version) "/" + (version-major version) "/" "gnome-chess-" version ".tar.xz")) (sha256 (base32 |