diff options
| author | 宋文武 <iyzsong@member.fsf.org> | 2025-10-09 22:16:07 +0800 |
|---|---|---|
| committer | 宋文武 <iyzsong@member.fsf.org> | 2025-10-10 16:31:08 +0800 |
| commit | cf87c59f9cde8ffe1746f6afeb4cbd0ac8f02f6f (patch) | |
| tree | a2eec575b4ea7a7ef7acd96c1d0e0015a8f786f3 | |
| parent | 8daae75de3670594dfcb63b6ae6f1603ca6f7971 (diff) | |
gnu: abbaye: Update to 2.0.5.
* gnu/packages/games.scm (abbaye): Update to 2.0.5.
Change-Id: I1ca7f819e4a9dead4baf0c08252352563862a602
| -rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 4b24223c932..ada0898ef0c 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -3922,7 +3922,7 @@ properly.") (define-public abbaye (package (name "abbaye") - (version "2.0.2") + (version "2.0.5") (source (origin (method git-fetch) @@ -3931,7 +3931,7 @@ properly.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "16zxmz7z6jfawh68q8k9s1iwbl2f9jr3qaiqlkwpz8vmpqw2s47x")))) + (base32 "0jwj6cn4q0ijxdg8ywzd55sxqid5kp5z2bsxh8fpdlm5r7anvqls")))) (build-system gnu-build-system) (arguments (list |
