diff options
| author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-16 23:40:37 +0100 |
|---|---|---|
| committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-12-17 03:07:53 +0100 |
| commit | 4a1f79da3648383ffaa2114857b4205cd3de1922 (patch) | |
| tree | 7e6780c20476e8d0129025e8aa5446e67f8d7fcf /gnu/packages/assembly.scm | |
| parent | 028bf93355c357462641a857944c1fd171f88d69 (diff) | |
gnu: fasm: Update to 1.73.28.
* gnu/packages/assembly.scm (fasm): Update to 1.73.28.
[arguments]: Don't explicitly return #t from phases.
Diffstat (limited to 'gnu/packages/assembly.scm')
| -rw-r--r-- | gnu/packages/assembly.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm index 51bf840bee9..23351a2dd21 100644 --- a/gnu/packages/assembly.scm +++ b/gnu/packages/assembly.scm | |||
| @@ -181,14 +181,14 @@ speed on x86, NEON on ARM, etc.).") | |||
| 181 | (define-public fasm | 181 | (define-public fasm |
| 182 | (package | 182 | (package |
| 183 | (name "fasm") | 183 | (name "fasm") |
| 184 | (version "1.73.27") | 184 | (version "1.73.28") |
| 185 | (source | 185 | (source |
| 186 | (origin | 186 | (origin |
| 187 | (method url-fetch) | 187 | (method url-fetch) |
| 188 | (uri (string-append "https://flatassembler.net/fasm-" | 188 | (uri (string-append "https://flatassembler.net/fasm-" |
| 189 | version ".tgz")) | 189 | version ".tgz")) |
| 190 | (sha256 | 190 | (sha256 |
| 191 | (base32 "1cghiks49ql77b9l4mwrnlk76kai0fm0z22j71kbdlxngwvlh0b8")))) | 191 | (base32 "14ljh0ngdaqlwzsr0l70k09r2d520lqpgswl388p84gxhnsfplcy")))) |
| 192 | (build-system gnu-build-system) | 192 | (build-system gnu-build-system) |
| 193 | (arguments | 193 | (arguments |
| 194 | `(#:tests? #f ; no tests exist | 194 | `(#:tests? #f ; no tests exist |
| @@ -207,8 +207,7 @@ speed on x86, NEON on ARM, etc.).") | |||
| 207 | (replace 'install | 207 | (replace 'install |
| 208 | (lambda _ | 208 | (lambda _ |
| 209 | (let ((out (assoc-ref %outputs "out"))) | 209 | (let ((out (assoc-ref %outputs "out"))) |
| 210 | (install-file "fasm" (string-append out "/bin"))) | 210 | (install-file "fasm" (string-append out "/bin")))))))) |
| 211 | #t))))) | ||
| 212 | (supported-systems '("x86_64-linux" "i686-linux")) | 211 | (supported-systems '("x86_64-linux" "i686-linux")) |
| 213 | (synopsis "Assembler for x86 processors") | 212 | (synopsis "Assembler for x86 processors") |
| 214 | (description | 213 | (description |
