guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: bullet: Update to 2.87.


From: Efraim Flashner
Subject: 02/02: gnu: bullet: Update to 2.87.
Date: Wed, 17 Jan 2018 02:55:50 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 9b811f690c3927f11673a6470636412c2badeb2a
Author: Efraim Flashner <address@hidden>
Date:   Tue Jan 16 23:08:48 2018 +0200

    gnu: bullet: Update to 2.87.
    
    * gnu/packages/game-development.scm (bullet): Update to 2.87.
    [home-page]: Update to new home-page.
---
 gnu/packages/game-development.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index 00371d6..b719803 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -4,7 +4,7 @@
 ;;; Copyright © 2015 Ludovic Courtès <address@hidden>
 ;;; Copyright © 2015 Alex Kost <address@hidden>
 ;;; Copyright © 2015, 2016, 2017 David Thompson <address@hidden>
-;;; Copyright © 2016, 2017 Efraim Flashner <address@hidden>
+;;; Copyright © 2016, 2017, 2018 Efraim Flashner <address@hidden>
 ;;; Copyright © 2016, 2017 Kei Kebreau <address@hidden>
 ;;; Copyright © 2016 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2016, 2017 Julian Graham <address@hidden>
@@ -83,7 +83,7 @@
 (define-public bullet
   (package
     (name "bullet")
-    (version "2.86.1")
+    (version "2.87")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/bulletphysics/bullet3/";
@@ -91,7 +91,7 @@
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "0nghzcl84p8di215p7xj0gy1hyy072hw2xk9cnmav9hv6bjb4n60"))))
+                "15azjc1jj8ak9ad7c5sbp9nv5gpqjsa0s9pc0bwy63w490f1b323"))))
     (build-system cmake-build-system)
     (arguments
      '(#:configure-flags (list (string-append
@@ -102,7 +102,7 @@
      `(("glu" ,glu)
        ("libx11" ,libx11)
        ("mesa" ,mesa)))
-    (home-page "http://bulletphysics.org/";)
+    (home-page "https://pybullet.org/wordpress/";)
     (synopsis "3D physics engine library")
     (description
      "Bullet is a physics engine library usable for collision detection.  It



reply via email to

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