diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:00 +0200 |
commit | d2ce2e0feefe3f1d7d400d9d825c0a11f5e395b6 (patch) | |
tree | 8484dd00413b1e513c3644c17e86f63e48bed08b | |
parent | 0ab46ef3f9719f03d9b191a16e5aa91619e95451 (diff) | |
download | guix-d2ce2e0feefe3f1d7d400d9d825c0a11f5e395b6.tar.gz |
gnu: xa: Update to 2.3.14.
* gnu/packages/assembly.scm (xa): Update to 2.3.14.
-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 104e61f63f..dbf52ed01b 100644 --- a/gnu/packages/assembly.scm +++ b/gnu/packages/assembly.scm @@ -395,14 +395,14 @@ Supported architectures are: (define-public xa (package (name "xa") - (version "2.3.12") + (version "2.3.14") (source (origin (method url-fetch) (uri (string-append "https://www.floodgap.com/retrotech/xa" "/dists/xa-" version ".tar.gz")) (sha256 (base32 - "0107zdwc2rzlp26pyx7gns4lqmiyg68nmpgwrg36yrrd04v1bzgq")))) + "0bph41aglxl07rnggrir2dl1x97f52hm0bl51d0vklyqvfyvm6qv")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; TODO: custom test harness, not sure how it works |