guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: cmocka: Update to 1.1.5.


From: guix-commits
Subject: 05/05: gnu: cmocka: Update to 1.1.5.
Date: Tue, 3 Dec 2019 15:50:21 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 1b6c5e803989210720de98862571a7ce1dd8e8dd
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Dec 3 21:21:00 2019 +0100

    gnu: cmocka: Update to 1.1.5.
    
    * gnu/packages/check.scm (cmocka): Update to 1.1.5.
---
 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 a4bf50b..cb3d2a0 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -264,7 +264,7 @@ problem, and shows the differences.")
 (define-public cmocka
   (package
     (name "cmocka")
-    (version "1.1.3")
+    (version "1.1.5")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://cmocka.org/files/";
@@ -272,7 +272,7 @@ problem, and shows the differences.")
                                   version ".tar.xz"))
               (sha256
                (base32
-                "1bxzzafjlwzgldcb07hjnlnqvh88wh21r2kw7z8f704w5bvvrsj3"))))
+                "1dm8pdvkyfa8dsbz9bpq7wwgixjij4sii9bbn5sgvqjm5ljdik7h"))))
     (build-system cmake-build-system)
     (arguments
      `(#:tests? #f))                    ; no test target



reply via email to

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