diff options
| author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-11-08 16:09:21 +0900 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-11-08 16:09:56 +0900 |
| commit | 694c209becde5e9eb03f320eb8395b616a4d4fd0 (patch) | |
| tree | 8f9b640404bd485d342d64d729ad07bb6ef636cc /gnu | |
| parent | 10480fa4c9eb6acfa7e294684e75b8f3538eeeb8 (diff) | |
gnu: antimicrox: Update to 3.5.1.
* gnu/packages/games.scm (antimicrox): Update to 3.5.1.
Change-Id: I88e50e7ff57a61994756aed9ba0677093ee2a2ea
Diffstat (limited to 'gnu')
| -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 e4d575fcb71..a6cfb7c9be3 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -507,7 +507,7 @@ Doom clone shooter game.") (define-public antimicrox (package (name "antimicrox") - (version "3.4.1") + (version "3.5.1") (home-page "https://github.com/AntiMicroX/antimicrox") (source (origin @@ -517,7 +517,7 @@ Doom clone shooter game.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "04yb5nppn751asbihr90sqk5imamc937886lc24cihhgp0sila8y")))) + (base32 "0p350l8d6rx72cjmmagsyvrmvzcgqypqas2nfjjbasd94f1y30b4")))) (build-system cmake-build-system) (arguments (list |
