mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: xa: Update to 2.3.12.
* gnu/packages/assembly.scm (xa): Update to 2.3.12.
This commit is contained in:
parent
39631cefa8
commit
3848dafeb1
1 changed files with 2 additions and 2 deletions
|
@ -383,14 +383,14 @@ (define-public wla-dx
|
||||||
(define-public xa
|
(define-public xa
|
||||||
(package
|
(package
|
||||||
(name "xa")
|
(name "xa")
|
||||||
(version "2.3.11")
|
(version "2.3.12")
|
||||||
(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
|
||||||
"0b81r7mvzqxgnbbmhixcnrf9nc72v1nqaw19k67221g3k561dwij"))))
|
"0107zdwc2rzlp26pyx7gns4lqmiyg68nmpgwrg36yrrd04v1bzgq"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; TODO: custom test harness, not sure how it works
|
`(#:tests? #f ; TODO: custom test harness, not sure how it works
|
||||||
|
|
Loading…
Reference in a new issue