guix-commits
[Top][All Lists]
Advanced

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

05/06: gnu: catch-framework: Update to 1.1.3.


From: Ricardo Wurmus
Subject: 05/06: gnu: catch-framework: Update to 1.1.3.
Date: Fri, 12 Jun 2015 21:02:02 +0000

rekado pushed a commit to branch master
in repository guix.

commit 14a17ef6f4e416c9b1f888679961e7ffe04166c6
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Jun 3 22:53:56 2015 +0200

    gnu: catch-framework: Update to 1.1.3.
    
    * gnu/packages/check.scm (catch-framework): Update to 1.1.3.
---
 gnu/packages/check.scm |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/check.scm b/gnu/packages/check.scm
index 5349ede..e0ee7c4 100644
--- a/gnu/packages/check.scm
+++ b/gnu/packages/check.scm
@@ -113,18 +113,17 @@ supervised tests.")
 (define-public catch-framework
   (package
     (name "catch")
-    (version "1.0.53")                  ;Sub-minor is the build number
+    (version "1.1.3")                  ;Sub-minor is the build number
     (source (origin
               (method git-fetch)
               (uri (git-reference
                     (url "https://github.com/philsquared/Catch";)
-                    ;; Semi-arbitrary.  Contains mostly documentation fixes
-                    ;; since build 53.
-                    (commit "b9ec8a1")))
+                    ;; Semi-arbitrary.
+                    (commit "c51e86819d")))
               (file-name (string-append name "-" version))
               (sha256
                (base32
-                "05iijiwjwcjbza7qamwd32d0jypi0lpywmilmmj2xh280mcl4dbd"))))
+                "0kgi7wxxysgjbpisqfj4dj0k19cyyai92f001zi8gzkybd4fkgv5"))))
     (build-system trivial-build-system)
     (arguments
      `(#:modules ((guix build utils))



reply via email to

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