[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/15: gnu: fasm: Update to 1.73.28.
From: |
guix-commits |
Subject: |
05/15: gnu: fasm: Update to 1.73.28. |
Date: |
Thu, 16 Dec 2021 21:07:41 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 4a1f79da3648383ffaa2114857b4205cd3de1922
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Dec 16 23:40:37 2021 +0100
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.
---
gnu/packages/assembly.scm | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm
index 51bf840..23351a2 100644
--- a/gnu/packages/assembly.scm
+++ b/gnu/packages/assembly.scm
@@ -181,14 +181,14 @@ speed on x86, NEON on ARM, etc.).")
(define-public fasm
(package
(name "fasm")
- (version "1.73.27")
+ (version "1.73.28")
(source
(origin
(method url-fetch)
(uri (string-append "https://flatassembler.net/fasm-"
version ".tgz"))
(sha256
- (base32 "1cghiks49ql77b9l4mwrnlk76kai0fm0z22j71kbdlxngwvlh0b8"))))
+ (base32 "14ljh0ngdaqlwzsr0l70k09r2d520lqpgswl388p84gxhnsfplcy"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no tests exist
@@ -207,8 +207,7 @@ speed on x86, NEON on ARM, etc.).")
(replace 'install
(lambda _
(let ((out (assoc-ref %outputs "out")))
- (install-file "fasm" (string-append out "/bin")))
- #t)))))
+ (install-file "fasm" (string-append out "/bin"))))))))
(supported-systems '("x86_64-linux" "i686-linux"))
(synopsis "Assembler for x86 processors")
(description
- 13/15: gnu: audit: Tweak description., (continued)
- 13/15: gnu: audit: Tweak description., guix-commits, 2021/12/16
- 09/15: gnu: agda: Update to 2.6.2.1., guix-commits, 2021/12/16
- 12/15: gnu: audit: Remove input labels., guix-commits, 2021/12/16
- 03/15: gnu: bmake: Remove input labels., guix-commits, 2021/12/16
- 14/15: gnu: cloc: Update to 1.92., guix-commits, 2021/12/16
- 08/15: gnu: remmina: Remove input labels., guix-commits, 2021/12/16
- 06/15: gnu: bemenu: Update to 0.6.4., guix-commits, 2021/12/16
- 10/15: gnu: openvpn: Update to 2.5.5., guix-commits, 2021/12/16
- 15/15: gnu: libjcat: Update to 0.1.9., guix-commits, 2021/12/16
- 02/15: gnu: bmake: Update to 20211207., guix-commits, 2021/12/16
- 05/15: gnu: fasm: Update to 1.73.28.,
guix-commits <=
- 07/15: gnu: remmina: Update to 1.4.22., guix-commits, 2021/12/16