summaryrefslogtreecommitdiff
path: root/gnu/packages/assembly.scm
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2024-08-26 13:50:26 +0300
committerZheng Junjie <zhengjunjie@iscas.ac.cn>2024-08-28 10:55:10 +0800
commit128d0b2ae0e99091fac10dde0282aa81e4a9584e (patch)
treef8c39588d0e5f1fcd17330c19d1d6b5ee4a5942c /gnu/packages/assembly.scm
parent2a64eb8064d3fa0013ad8b4509de1573fd6476bc (diff)
gnu: xa: Update to 2.4.1.
* gnu/packages/assembly.scm (xa): Update to 2.4.1. Change-Id: I7c35a546c5ace3083a28a1bb4ba713dde1e5884b Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
Diffstat (limited to 'gnu/packages/assembly.scm')
-rw-r--r--gnu/packages/assembly.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm
index 5b2518277c0..53106a0d744 100644
--- a/gnu/packages/assembly.scm
+++ b/gnu/packages/assembly.scm
@@ -15,6 +15,7 @@
15;;; Copyright © 2023 Simon South <simon@simonsouth.net> 15;;; Copyright © 2023 Simon South <simon@simonsouth.net>
16;;; Copyright © 2023 B. Wilson <elaexuotee@wilsonb.com> 16;;; Copyright © 2023 B. Wilson <elaexuotee@wilsonb.com>
17;;; Copyright © 2024 Zheng Junjie <873216071@qq.com> 17;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
18;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
18;;; 19;;;
19;;; This file is part of GNU Guix. 20;;; This file is part of GNU Guix.
20;;; 21;;;
@@ -458,14 +459,14 @@ Supported architectures are:
458(define-public xa 459(define-public xa
459 (package 460 (package
460 (name "xa") 461 (name "xa")
461 (version "2.3.14") 462 (version "2.4.1")
462 (source (origin 463 (source (origin
463 (method url-fetch) 464 (method url-fetch)
464 (uri (string-append "https://www.floodgap.com/retrotech/xa" 465 (uri (string-append "https://www.floodgap.com/retrotech/xa"
465 "/dists/xa-" version ".tar.gz")) 466 "/dists/xa-" version ".tar.gz"))
466 (sha256 467 (sha256
467 (base32 468 (base32
468 "0bph41aglxl07rnggrir2dl1x97f52hm0bl51d0vklyqvfyvm6qv")))) 469 "1hrspv9hxgk2nkbbh24g84hn0rglfwj8p7849zrn9qx869m2mhb3"))))
469 (build-system gnu-build-system) 470 (build-system gnu-build-system)
470 (arguments 471 (arguments
471 (list 472 (list