~ruther/guix-local

55dee52b9c4dbb256ae9c5816efd13a019e55ed0 — Tobias Geerinckx-Rice 8 years ago cc17345
gnu: nasm: Update to 2.13.02.

* gnu/packages/assembly.scm (nasm): Update to 2.13.02.
1 files changed, 3 insertions(+), 2 deletions(-)

M gnu/packages/assembly.scm
M gnu/packages/assembly.scm => gnu/packages/assembly.scm +3 -2
@@ 3,6 3,7 @@
;;; Copyright © 2013, 2015 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2013 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; This file is part of GNU Guix.
;;;


@@ 34,14 35,14 @@
(define-public nasm
  (package
    (name "nasm")
    (version "2.13.01")
    (version "2.13.02")
    (source (origin
              (method url-fetch)
              (uri (string-append "http://www.nasm.us/pub/nasm/releasebuilds/"
                                  version "/" name "-" version ".tar.xz"))
              (sha256
               (base32
                "0plsvcwxc7q3llr3bz10prwq1gn4ll38aqmv0yzfqcq4iw0160ma"))))
                "0mqp559rypkv4cz3wb8crkp0s3a3lhcprvypm3vqz0x695gj7hwa"))))
    (build-system gnu-build-system)
    (native-inputs `(("perl" ,perl)  ;for doc and test target
                     ("texinfo" ,texinfo)))