gnu: yasm: Update to 1.3.0.

* gnu/packages/yasm.scm (yasm): Update to 1.3.0.
master
Efraim Flashner 2016-02-18 10:36:44 +02:00
parent 83f64925ae
commit e095be68dd
1 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2016 Efraim Flashner <efraim@flashner.co.il>
;;;
;;; This file is part of GNU Guix.
;;;
@ -28,7 +29,7 @@
(define-public yasm
(package
(name "yasm")
(version "1.2.0")
(version "1.3.0")
(source
(origin
(method url-fetch)
@ -36,7 +37,7 @@
version ".tar.gz"))
(sha256
(base32
"0cfg7ji3ia2in628w42wrfvw2ixmmm4rghwmv2k202mraysgm3vn"))))
"0gv0slmm0qpq91za3v2v9glff3il594x5xsrbgab7xcmnh0ndkix"))))
(build-system gnu-build-system)
(inputs
`(("python" ,python-wrapper)