nckx pushed a commit to branch master
in repository guix.
commit e51b3145caa8126164fc533f77b8cb39c51df934
Author: Tobias Geerinckx-Rice <[email protected]>
Date: Sun Feb 18 21:18:57 2018 +0100
gnu: nasm: Update to 2.13.03.
* gnu/packages/assembly.scm (nasm): Update to 2.13.03.
---
gnu/packages/assembly.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm
index 22765b4..d682ddd 100644
--- a/gnu/packages/assembly.scm
+++ b/gnu/packages/assembly.scm
@@ -3,7 +3,7 @@
;;; Copyright © 2013, 2015 Ludovic Courtès <[email protected]>
;;; Copyright © 2013 Andreas Enge <[email protected]>
;;; Copyright © 2016 Efraim Flashner <[email protected]>
-;;; Copyright © 2017 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <[email protected]>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -35,14 +35,14 @@
(define-public nasm
(package
(name "nasm")
- (version "2.13.02")
+ (version "2.13.03")
(source (origin
(method url-fetch)
(uri (string-append "http://www.nasm.us/pub/nasm/releasebuilds/"
version "/" name "-" version ".tar.xz"))
(sha256
(base32
- "0mqp559rypkv4cz3wb8crkp0s3a3lhcprvypm3vqz0x695gj7hwa"))))
+ "0wr58pb2wnyihcl6635hlx98fnscx5yirxm8m84x8nxwvjqcybl1"))))
(build-system gnu-build-system)
(native-inputs `(("perl" ,perl) ;for doc and test target
("texinfo" ,texinfo)))