gnu: nasm: Update to 2.12.02.
* gnu/packages/assembly.scm (nasm): Update to 2.12.02.
This commit is contained in:
parent
161fb9be8e
commit
8e9badce00
|
@ -34,14 +34,14 @@
|
||||||
(define-public nasm
|
(define-public nasm
|
||||||
(package
|
(package
|
||||||
(name "nasm")
|
(name "nasm")
|
||||||
(version "2.12.01")
|
(version "2.12.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
|
||||||
"12bl6vc5sjp9nnhf0iwy6l27vq783y0rxrjpp8sy84h5cb7a3fwx"))))
|
"08a3ah791cl7xdyrlz33mwv4xzs08rxh0p902p3ypi5iq1h6p1jc"))))
|
||||||
(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)))
|
||||||
|
|
Loading…
Reference in New Issue