guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

25/46: gnu: check: Update to 0.14.0.


From: guix-commits
Subject: 25/46: gnu: check: Update to 0.14.0.
Date: Fri, 14 Feb 2020 12:41:02 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit cf99239ceea4a02154b5b869ce2135082718e2d8
Author: Marius Bakke <address@hidden>
AuthorDate: Wed Feb 12 17:40:31 2020 +0100

    gnu: check: Update to 0.14.0.
    
    * gnu/packages/check.scm (check): Update to 0.14.0.
---
 gnu/packages/check.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index fa65751..f283f9e 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -78,7 +78,7 @@
 (define-public check
   (package
     (name "check")
-    (version "0.13.0")
+    (version "0.14.0")
     (source
      (origin
       (method url-fetch)
@@ -86,7 +86,7 @@
                           version "/check-" version ".tar.gz"))
       (sha256
        (base32
-        "02crar51gniijrrl9p8f9maibnwc33n76kw5cqr7xk3s8hqnncy4"))))
+        "02zkfiyklckmivrfvdsrlzvzphkdsgjrz3igncw05dv5pshhq3xx"))))
     (build-system gnu-build-system)
     (home-page "https://libcheck.github.io/check/";)
     (synopsis "Unit test framework for C")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]