guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/20: gnu: xa: Update to 2.3.12.


From: guix-commits
Subject: 10/20: gnu: xa: Update to 2.3.12.
Date: Mon, 29 Nov 2021 19:09:15 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 3848dafeb15a4746d826ad1f2940f9b769ec33f8
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Nov 29 16:10:11 2021 +0100

    gnu: xa: Update to 2.3.12.
    
    * gnu/packages/assembly.scm (xa): Update to 2.3.12.
---
 gnu/packages/assembly.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm
index c857693..6e4dede 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]