gnu: nasm: Update to 2.14.02.

* gnu/packages/assembly.scm (nasm): Update to 2.14.02.
master
Marius Bakke 2019-03-06 14:40:09 +01:00
parent e8393ebe46
commit 9ded89fd7c
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -38,14 +38,14 @@
(define-public nasm (define-public nasm
(package (package
(name "nasm") (name "nasm")
(version "2.13.03") (version "2.14.02")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://www.nasm.us/pub/nasm/releasebuilds/" (uri (string-append "http://www.nasm.us/pub/nasm/releasebuilds/"
version "/" name "-" version ".tar.xz")) version "/" name "-" version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0wr58pb2wnyihcl6635hlx98fnscx5yirxm8m84x8nxwvjqcybl1")))) "1xg8dfr49py15vbwk1rzcjc3zpqydmr49ahlijm56wlgj8zdwjp2"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs `(("perl" ,perl) ;for doc and test target (native-inputs `(("perl" ,perl) ;for doc and test target
("texinfo" ,texinfo))) ("texinfo" ,texinfo)))