guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: ode: Update to 0.16.1.


From: guix-commits
Subject: branch master updated: gnu: ode: Update to 0.16.1.
Date: Sun, 01 Mar 2020 10:26:41 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new c4f197d  gnu: ode: Update to 0.16.1.
c4f197d is described below

commit c4f197d5e4a475597e0521f9bda8d0269a37363e
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Sun Mar 1 16:26:21 2020 +0100

    gnu: ode: Update to 0.16.1.
    
    * gnu/packages/game-development.scm (ode): Update to 0.16.1.
---
 gnu/packages/game-development.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index 05e026a..2626337 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -2046,14 +2046,14 @@ a.k.a. XenoCollide) as described in Game Programming 
Gems 7.")
 (define-public ode
   (package
     (name "ode")
-    (version "0.16")
+    (version "0.16.1")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://bitbucket.org/odedevs/ode/downloads/";
                            "ode-" version ".tar.gz"))
        (sha256
-        (base32 "09xzrarxwxcf6rdv5jsjfjh454jnn29dpcw3wh6ic50kkipvg8sb"))
+        (base32 "1flfdqgdbcn1bx8nrrd4qnp6cvsxrhvk8cdg7vaq2dzkh6nsqa5j"))
        (modules '((guix build utils)))
        (snippet
         '(begin
@@ -2061,7 +2061,8 @@ a.k.a. XenoCollide) as described in Game Programming Gems 
7.")
            #t))))
     (build-system cmake-build-system)
     (arguments
-     ;; Tests fail on all systems but x86_64.
+     ;; Tests fail on all systems but x86_64.  This is fixed upstream and can
+     ;; be removed in 0.16.2+.
      `(#:tests? ,(string-prefix? "x86_64-"
                                  (or (%current-target-system)
                                      (%current-system)))



reply via email to

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