Skip to content
Snippets Groups Projects
Unverified Commit bf38c192 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: fasm: Update to 1.73.08.

* gnu/packages/assembly.scm (fasm): Update to 1.73.08.
parent af7014a1
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
;;; Copyright © 2013, 2015 Ludovic Courtès <ludo@gnu.org> ;;; Copyright © 2013, 2015 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2013 Andreas Enge <andreas@enge.fr> ;;; Copyright © 2013 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2019 Guy Fleury Iteriteka <hoonandon@gmail.com> ;;; Copyright © 2019 Guy Fleury Iteriteka <hoonandon@gmail.com>
;;; ;;;
;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
...@@ -129,7 +129,7 @@ (define-public lightning ...@@ -129,7 +129,7 @@ (define-public lightning
(define-public fasm (define-public fasm
(package (package
(name "fasm") (name "fasm")
(version "1.73.06") (version "1.73.08")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
...@@ -137,14 +137,14 @@ (define-public fasm ...@@ -137,14 +137,14 @@ (define-public fasm
version ".tgz")) version ".tgz"))
(sha256 (sha256
(base32 (base32
"02wqkqxpn3p0iwcagsm92qd9cdfcnbx8a09qg03b3pjppp30hmp6")))) "1l4my3fran06h5jiygswx4fsj53dvpfgg9ksfbdzsdg20r672997"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; No tests exist `(#:tests? #f ; no tests exist
#:strip-binaries? #f ; fasm has no sections #:strip-binaries? #f ; fasm has no sections
#:phases #:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(delete 'configure) ; no "configure" script exists (delete 'configure) ; no "configure" script
(replace 'build (replace 'build
(lambda _ (lambda _
(chdir "source/Linux/") (chdir "source/Linux/")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment