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>
This commit is contained in:
parent
2a64eb8064
commit
128d0b2ae0
@ -15,6 +15,7 @@
|
|||||||
;;; Copyright © 2023 Simon South <simon@simonsouth.net>
|
;;; Copyright © 2023 Simon South <simon@simonsouth.net>
|
||||||
;;; Copyright © 2023 B. Wilson <elaexuotee@wilsonb.com>
|
;;; Copyright © 2023 B. Wilson <elaexuotee@wilsonb.com>
|
||||||
;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
|
;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
|
||||||
|
;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
@ -458,14 +459,14 @@ Supported architectures are:
|
|||||||
(define-public xa
|
(define-public xa
|
||||||
(package
|
(package
|
||||||
(name "xa")
|
(name "xa")
|
||||||
(version "2.3.14")
|
(version "2.4.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://www.floodgap.com/retrotech/xa"
|
(uri (string-append "https://www.floodgap.com/retrotech/xa"
|
||||||
"/dists/xa-" version ".tar.gz"))
|
"/dists/xa-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0bph41aglxl07rnggrir2dl1x97f52hm0bl51d0vklyqvfyvm6qv"))))
|
"1hrspv9hxgk2nkbbh24g84hn0rglfwj8p7849zrn9qx869m2mhb3"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
Loading…
Reference in New Issue
Block a user