gnu: julia-adapt: Update to 3.3.1.
* gnu/packages/julia-xyz.scm (julia-adapt): Update to 3.3.1.
This commit is contained in:
parent
996f4b9321
commit
963ae006f4
1 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ in this package.")
|
||||||
(define-public julia-adapt
|
(define-public julia-adapt
|
||||||
(package
|
(package
|
||||||
(name "julia-adapt")
|
(name "julia-adapt")
|
||||||
(version "3.3.0")
|
(version "3.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -86,7 +86,7 @@ in this package.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0zs5mjnql77jvrsm8lrlfkq5524wnrfxqxyqyjk8ka2xpxf9lp7n"))))
|
(base32 "009fj59fzhvfsyw35kakllsh36k3xlwyzq8qa5f5k598i3pq14i7"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(home-page "https://github.com/JuliaGPU/Adapt.jl")
|
(home-page "https://github.com/JuliaGPU/Adapt.jl")
|
||||||
(synopsis "Package providing the @code{adapt} function, similar to @code{convert}")
|
(synopsis "Package providing the @code{adapt} function, similar to @code{convert}")
|
||||||
|
|
Reference in a new issue