nckx pushed a commit to branch master
in repository guix.

commit 1b61c75ff738b7df62d9c793e80f866b594e8bb0
Author: Tobias Geerinckx-Rice <[email protected]>
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 <[email protected]>
 ;;; Copyright © 2013 Andreas Enge <[email protected]>
 ;;; Copyright © 2016, 2020, 2021 Efraim Flashner <[email protected]>
-;;; Copyright © 2017–2021 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright © 2017–2022 Tobias Geerinckx-Rice <[email protected]>
 ;;; Copyright © 2019 Guy Fleury Iteriteka <[email protected]>
 ;;; Copyright © 2019 Andy Tai <[email protected]>
 ;;; Copyright © 2020 Jakub Kądziołka <[email protected]>
@@ -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