guix-patches
[Top][All Lists]
Advanced

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

[bug#72817] [PATCH 1/3] gnu: xa: Update to 2.4.1.


From: Artyom V. Poptsov
Subject: [bug#72817] [PATCH 1/3] gnu: xa: Update to 2.4.1.
Date: Mon, 26 Aug 2024 13:50:26 +0300

* gnu/packages/assembly.scm (xa): Update to 2.4.1.

Change-Id: I7c35a546c5ace3083a28a1bb4ba713dde1e5884b
---
 gnu/packages/assembly.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm
index 5b2518277c..53106a0d74 100644
--- a/gnu/packages/assembly.scm
+++ b/gnu/packages/assembly.scm
@@ -15,6 +15,7 @@
 ;;; Copyright © 2023 Simon South <simon@simonsouth.net>
 ;;; Copyright © 2023 B. Wilson <elaexuotee@wilsonb.com>
 ;;; Copyright © 2024 Zheng Junjie <873216071@qq.com>
+;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -458,14 +459,14 @@ (define-public wla-dx
 (define-public xa
   (package
     (name "xa")
-    (version "2.3.14")
+    (version "2.4.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://www.floodgap.com/retrotech/xa";
                                   "/dists/xa-" version ".tar.gz"))
               (sha256
                (base32
-                "0bph41aglxl07rnggrir2dl1x97f52hm0bl51d0vklyqvfyvm6qv"))))
+                "1hrspv9hxgk2nkbbh24g84hn0rglfwj8p7849zrn9qx869m2mhb3"))))
     (build-system gnu-build-system)
     (arguments
      (list
-- 
2.45.2






reply via email to

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