[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/03: gnu: yasm: Update to 1.3.0.
From: |
Efraim Flashner |
Subject: |
01/03: gnu: yasm: Update to 1.3.0. |
Date: |
Thu, 18 Feb 2016 09:48:30 +0000 |
efraim pushed a commit to branch master
in repository guix.
commit e095be68ddd9e3985a0dc97b522791e463e74a53
Author: Efraim Flashner <address@hidden>
Date: Thu Feb 18 10:36:44 2016 +0200
gnu: yasm: Update to 1.3.0.
* gnu/packages/yasm.scm (yasm): Update to 1.3.0.
---
gnu/packages/yasm.scm | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/yasm.scm b/gnu/packages/yasm.scm
index abf6663..31a9083 100644
--- a/gnu/packages/yasm.scm
+++ b/gnu/packages/yasm.scm
@@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2013 Andreas Enge <address@hidden>
+;;; Copyright © 2016 Efraim Flashner <address@hidden>
;;;
;;; 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)