me
/
guix
Archived
1
0
Fork 0

gnu: Add julia-static-0.6.

* gnu/packages/julia-xyz.scm (julia-static-0.6): New variable.
Efraim Flashner 2022-12-14 19:32:12 +02:00
parent bedb7311e1
commit 3dc512f9a2
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 15 additions and 0 deletions

View File

@ -5433,6 +5433,21 @@ There are multiple ways to understand @code{StackView}:
types and a common interface that is shared between them.")
(license license:expat)))
(define-public julia-static-0.6
(package
(inherit julia-static)
(name "julia-static")
(version "0.6.6")
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/SciML/Static.jl")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "03ri8nl046cz7l433p0nlr84yywxvjykyymqparm8lxxwkv0rxqd"))))))
(define-public julia-staticarrays
(package
(name "julia-staticarrays")