diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-09-08 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2024-09-08 02:00:00 +0200 |
commit | b17121a8aadc40a093a85d1b9283695a0a3fa0bb (patch) | |
tree | f41a2f582b1771eab0a23ce396068e589a70a212 /gnu/packages/games.scm | |
parent | 30da7825aac8474a3e5a5e4b5020aa1906a7c635 (diff) |
gnu: abbaye: Update to 2.0.2.
* gnu/packages/games.scm (abbaye): Update to 2.0.2.
[source]: Remove obsolete snippet.
Change-Id: Id28b0c695019e4db28f3bf8defa984ec9ef5545d
Diffstat (limited to 'gnu/packages/games.scm')
-rw-r--r-- | gnu/packages/games.scm | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index e816115563..fe076341a5 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -3344,7 +3344,7 @@ properly.") (define-public abbaye (package (name "abbaye") - (version "2.0.1") + (version "2.0.2") (source (origin (method git-fetch) @@ -3353,11 +3353,7 @@ properly.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1pwqf7r9bqb2p3xrw9i7y8pgr1401fy3mnnqpb1qkhmdl3gqi9hb")) - (modules '((guix build utils))) - (snippet - '(begin - (delete-file-recursively "fonts"))))) ;remove bundled fonts + (base32 "16zxmz7z6jfawh68q8k9s1iwbl2f9jr3qaiqlkwpz8vmpqw2s47x")))) (build-system gnu-build-system) (arguments (list |