nckx pushed a commit to branch master
in repository guix.
commit 9aa8f57f40e485e692d7e8924c04bbcc82c48a45
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Thu Mar 4 16:23:32 2021 +0100
gnu: fasm: Update to 1.73.27.
* gnu/packages/assembly.scm (fasm): Update to 1.73.27.
---
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 55a1be8..38d157b 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, 2018, 2019, 2020 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright © 2017–2021 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]>
@@ -184,14 +184,14 @@ speed on x86, NEON on ARM, etc.).")
(define-public fasm
(package
(name "fasm")
- (version "1.73.25")
+ (version "1.73.27")
(source
(origin
(method url-fetch)
(uri (string-append "https://flatassembler.net/fasm-"
version ".tgz"))
(sha256
- (base32 "0k3h61mfwslyb34kf4dnapfwl8jxlmrp4dv666wc057hkj047knn"))))
+ (base32 "1cghiks49ql77b9l4mwrnlk76kai0fm0z22j71kbdlxngwvlh0b8"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no tests exist