mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: julia-coordinatetransformations: Update to 0.6.2-1.78f5a5c.
* gnu/packages/julia-xyz.scm (julia-coordinatetransformations): Update to 0.6.2-1.78f5a5c.
This commit is contained in:
parent
a5bdf0a9e7
commit
c8fed74a3a
1 changed files with 26 additions and 23 deletions
|
@ -1099,18 +1099,21 @@ (define-public julia-constructionbase
|
|||
(license license:expat)))
|
||||
|
||||
(define-public julia-coordinatetransformations
|
||||
;; Test suite fixed after the last release.
|
||||
(let ((commit "78f5a5cc8cf77f21407b4f175673fa4f6bf86633")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "julia-coordinatetransformations")
|
||||
(version "0.6.1")
|
||||
(version (git-version "0.6.2" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/JuliaGeometry/CoordinateTransformations.jl")
|
||||
(commit (string-append "v" version))))
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "15zbkn32v7xlz7559s0r5a0vkwmjwsswxaqpzijly4lky4jnp33d"))))
|
||||
(base32 "026g3b2m2z509jdlqvd46yhnhg8y6m00plr3k7cjlbzrfi2yjjn8"))))
|
||||
(build-system julia-build-system)
|
||||
(propagated-inputs
|
||||
(list julia-staticarrays))
|
||||
|
@ -1129,7 +1132,7 @@ (define-public julia-coordinatetransformations
|
|||
while support for both explicit and automatic differentiation makes it easy to
|
||||
perform optimization and therefore ideal for computer vision applications such
|
||||
as SLAM (simultaneous localization and mapping).")
|
||||
(license license:expat)))
|
||||
(license license:expat))))
|
||||
|
||||
(define-public julia-crayons
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue