guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: cmocka: Update to 1.1.2.


From: Tobias Geerinckx-Rice
Subject: 06/06: gnu: cmocka: Update to 1.1.2.
Date: Thu, 30 Aug 2018 13:29:04 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 0c048c11a492dda58cf1c8445bcfefe0199d7e0c
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Aug 30 19:27:00 2018 +0200

    gnu: cmocka: Update to 1.1.2.
    
    * gnu/packages/check.scm (cmocka): Update to 1.1.2.
---
 gnu/packages/check.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 17a69bc..f459601 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -269,7 +269,7 @@ problem, and shows the differences.")
 (define-public cmocka
   (package
     (name "cmocka")
-    (version "1.1.1")
+    (version "1.1.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://cmocka.org/files/";
@@ -277,10 +277,10 @@ problem, and shows the differences.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1283zi9qf5613g8iadm1fxmjh4rzxqd5np2j3lcpgairf25g8bph"))))
+                "1p9b6ccv939wjsgapn7wx24xw278awsw9h81lm0g4zw257hx276i"))))
     (build-system cmake-build-system)
     (arguments
-     `(#:tests? #f)) ; No test target
+     `(#:tests? #f))                    ; no test target
     (home-page "https://cmocka.org/";)
     (synopsis "Unit testing framework for C")
     (description "Cmocka is a unit testing framework for C with support for



reply via email to

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