Skip to content
Snippets Groups Projects
Commit e095be68 authored by Efraim Flashner's avatar Efraim Flashner
Browse files

gnu: yasm: Update to 1.3.0.

* gnu/packages/yasm.scm (yasm): Update to 1.3.0.
parent 83f64925
No related branches found
No related tags found
No related merge requests found
;;; 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-module (gnu packages yasm)
(define-public yasm
(package
(name "yasm")
(version "1.2.0")
(version "1.3.0")
(source
(origin
(method url-fetch)
......@@ -36,7 +37,7 @@ (define-public yasm
version ".tar.gz"))
(sha256
(base32
"0cfg7ji3ia2in628w42wrfvw2ixmmm4rghwmv2k202mraysgm3vn"))))
"0gv0slmm0qpq91za3v2v9glff3il594x5xsrbgab7xcmnh0ndkix"))))
(build-system gnu-build-system)
(inputs
`(("python" ,python-wrapper)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment