diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-29 16:10:11 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-11-30 01:08:53 +0100 |
commit | 3848dafeb15a4746d826ad1f2940f9b769ec33f8 (patch) | |
tree | d3e32031cb0f54a89bb811e7839c04b2fd035f82 | |
parent | 39631cefa81957cfd737ea4b441befca40b2a81e (diff) |
gnu: xa: Update to 2.3.12.
* gnu/packages/assembly.scm (xa): Update to 2.3.12.
-rw-r--r-- | gnu/packages/assembly.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm index c8576930ff..6e4dede589 100644 --- a/gnu/packages/assembly.scm +++ b/gnu/packages/assembly.scm @@ -383,14 +383,14 @@ Supported architectures are: (define-public xa (package (name "xa") - (version "2.3.11") + (version "2.3.12") (source (origin (method url-fetch) (uri (string-append "https://www.floodgap.com/retrotech/xa" "/dists/xa-" version ".tar.gz")) (sha256 (base32 - "0b81r7mvzqxgnbbmhixcnrf9nc72v1nqaw19k67221g3k561dwij")))) + "0107zdwc2rzlp26pyx7gns4lqmiyg68nmpgwrg36yrrd04v1bzgq")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; TODO: custom test harness, not sure how it works |