guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: fasm: Update to 1.73.30.


From: guix-commits
Subject: 04/04: gnu: fasm: Update to 1.73.30.
Date: Sun, 8 May 2022 08:09:27 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1b61c75ff738b7df62d9c793e80f866b594e8bb0
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 1 02:00:01 2022 +0200

    gnu: fasm: Update to 1.73.30.
    
    * gnu/packages/assembly.scm (fasm): Update to 1.73.30.
---
 gnu/packages/assembly.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm
index 33ccc70e76..b2830716e1 100644
--- a/gnu/packages/assembly.scm
+++ b/gnu/packages/assembly.scm
@@ -3,7 +3,7 @@
 ;;; Copyright © 2013, 2015 Ludovic Courtès <ludo@gnu.org>
 ;;; Copyright © 2013 Andreas Enge <andreas@enge.fr>
 ;;; Copyright © 2016, 2020, 2021 Efraim Flashner <efraim@flashner.co.il>
-;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2017–2022 Tobias Geerinckx-Rice <me@tobias.gr>
 ;;; Copyright © 2019 Guy Fleury Iteriteka <hoonandon@gmail.com>
 ;;; Copyright © 2019 Andy Tai <atai@atai.org>
 ;;; Copyright © 2020 Jakub Kądziołka <kuba@kadziolka.net>
@@ -181,14 +181,14 @@ speed on x86, NEON on ARM, etc.).")
 (define-public fasm
   (package
     (name "fasm")
-    (version "1.73.29")
+    (version "1.73.30")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://flatassembler.net/fasm-";
                            version ".tgz"))
        (sha256
-        (base32 "0ar1k1504cmwi49y6g254rkzayll0kn90vjd4zj09xv86kcg8a33"))))
+        (base32 "00giqb94z8cxhv20yiyk8axkd2kzjcg1c0841yzbn7c8lm8m06bm"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f                      ; no tests exist



reply via email to

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