mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: fasm: Update to 1.73.29.
* gnu/packages/assembly.scm (fasm): Update to 1.73.29.
This commit is contained in:
parent
80ebf564e3
commit
e9a5b1eeb3
1 changed files with 2 additions and 2 deletions
|
@ -181,14 +181,14 @@ (define-public simde
|
||||||
(define-public fasm
|
(define-public fasm
|
||||||
(package
|
(package
|
||||||
(name "fasm")
|
(name "fasm")
|
||||||
(version "1.73.28")
|
(version "1.73.29")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://flatassembler.net/fasm-"
|
(uri (string-append "https://flatassembler.net/fasm-"
|
||||||
version ".tgz"))
|
version ".tgz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "14ljh0ngdaqlwzsr0l70k09r2d520lqpgswl388p84gxhnsfplcy"))))
|
(base32 "0ar1k1504cmwi49y6g254rkzayll0kn90vjd4zj09xv86kcg8a33"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no tests exist
|
`(#:tests? #f ; no tests exist
|
||||||
|
|
Loading…
Reference in a new issue