[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: check: Update version to 0.9.14
From: |
Paul |
Subject: |
01/01: gnu: check: Update version to 0.9.14 |
Date: |
Mon, 02 Mar 2015 22:47:41 +0000 |
toothbrush pushed a commit to branch master
in repository guix.
commit 4ac696c68bd1ce8ad2f23b6b5a23c5f8678f742f
Author: Paul van der Walt <address@hidden>
Date: Mon Mar 2 10:24:13 2015 +0100
gnu: check: Update version to 0.9.14
* gnu/packages/check.scm (check): Update to version 0.9.14.
---
gnu/packages/check.scm | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 399af2c..bf2a1c7 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2012 Nikita Karetnikov <address@hidden>
+;;; Copyright © 2015 Paul van der Walt <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -26,7 +27,7 @@
(define-public check
(package
(name "check")
- (version "0.9.9")
+ (version "0.9.14")
(source
(origin
(method url-fetch)
@@ -34,7 +35,7 @@
version "/check-" version ".tar.gz"))
(sha256
(base32
- "1jcahzrvxcnp5chdn2x46l0y4aba8d8yd70lljfin7h5knxrlyhs"))))
+ "02l4g79d81s07hzywcv1knwj5dyrwjiq2pgxaz7kidxi8m364wn2"))))
(build-system gnu-build-system)
(home-page "http://check.sourceforge.net/")
(synopsis "Unit test framework for C")
@@ -47,7 +48,6 @@ faults or other signals. The output from unit tests can be
used within
source code editors and IDEs.")
(license lgpl2.1+)))
-
(define-public cppunit
(package
(name "cppunit")
@@ -67,5 +67,3 @@ source code editors and IDEs.")
unit testing. Test output is in XML for automatic testing and GUI based for
supervised tests.")
(license lgpl2.1))) ; no copyright notices. LGPL2.1 is in the tarball
-
-