gnu: check: Update version to 0.9.14
* gnu/packages/check.scm (check): Update to version 0.9.14.
This commit is contained in:
parent
58acabc368
commit
4ac696c68b
|
@ -1,5 +1,6 @@
|
||||||
;;; GNU Guix --- Functional package management for GNU
|
;;; GNU Guix --- Functional package management for GNU
|
||||||
;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org>
|
;;; Copyright © 2012 Nikita Karetnikov <nikita@karetnikov.org>
|
||||||
|
;;; Copyright © 2015 Paul van der Walt <paul@denknerd.org>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -26,7 +27,7 @@
|
||||||
(define-public check
|
(define-public check
|
||||||
(package
|
(package
|
||||||
(name "check")
|
(name "check")
|
||||||
(version "0.9.9")
|
(version "0.9.14")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -34,7 +35,7 @@
|
||||||
version "/check-" version ".tar.gz"))
|
version "/check-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jcahzrvxcnp5chdn2x46l0y4aba8d8yd70lljfin7h5knxrlyhs"))))
|
"02l4g79d81s07hzywcv1knwj5dyrwjiq2pgxaz7kidxi8m364wn2"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(home-page "http://check.sourceforge.net/")
|
(home-page "http://check.sourceforge.net/")
|
||||||
(synopsis "Unit test framework for C")
|
(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.")
|
source code editors and IDEs.")
|
||||||
(license lgpl2.1+)))
|
(license lgpl2.1+)))
|
||||||
|
|
||||||
|
|
||||||
(define-public cppunit
|
(define-public cppunit
|
||||||
(package
|
(package
|
||||||
(name "cppunit")
|
(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
|
unit testing. Test output is in XML for automatic testing and GUI based for
|
||||||
supervised tests.")
|
supervised tests.")
|
||||||
(license lgpl2.1))) ; no copyright notices. LGPL2.1 is in the tarball
|
(license lgpl2.1))) ; no copyright notices. LGPL2.1 is in the tarball
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue