guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: ceres-solver: Update to 1.13.0.


From: Eric Bavier
Subject: 02/03: gnu: ceres-solver: Update to 1.13.0.
Date: Fri, 15 Dec 2017 13:36:48 -0500 (EST)

bavier pushed a commit to branch master
in repository guix.

commit 6ad0c92df5335191b30d7f32693f27b7c170759a
Author: Eric Bavier <address@hidden>
Date:   Wed Dec 13 10:30:32 2017 -0600

    gnu: ceres-solver: Update to 1.13.0.
    
    * gnu/packages/maths.scm (ceres-solver): Update to 1.13.0.
---
 gnu/packages/maths.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 1c84d29..5c7926a 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1230,7 +1230,7 @@ interfaces.")
 (define-public ceres
   (package
     (name "ceres-solver")
-    (version "1.11.0")
+    (version "1.13.0")
     (home-page "http://ceres-solver.org/";)
     (source (origin
               (method url-fetch)
@@ -1238,7 +1238,7 @@ interfaces.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "0i7qkbf8g6pd8arxzldppga26ckv93y8zldsfz6wbd4n6b1nqrjd"))))
+                "1kbxgab3q1vgyq7hjqasr1lji4b2sgn7ss351amklkb3jyhr1x0x"))))
     (build-system cmake-build-system)
     (arguments
      ;; TODO: Build HTML user documentation and install separately.



reply via email to

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