gnu: julia-reexport: Update to 1.1.0.
* gnu/packages/julia-xyz.scm (julia-reexport): Update to 1.1.0.
This commit is contained in:
parent
a424ebdefc
commit
d964f9d83a
1 changed files with 3 additions and 3 deletions
|
@ -3123,16 +3123,16 @@ (define-public julia-recursivearraytools
|
|||
(define-public julia-reexport
|
||||
(package
|
||||
(name "julia-reexport")
|
||||
(version "1.0.0")
|
||||
(version "1.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/simonster/Reexport.jl")
|
||||
(commit version)))
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1yhhja1zz6dy5f4fd19bdwd6jwgj7q4w3avzgyg1hjhmdl8jrh0s"))))
|
||||
(base32 "1wj4vnxxmnblm6ajkkdvwb7v4835qrrc406q5is74qv1n68xql7l"))))
|
||||
(build-system julia-build-system)
|
||||
(home-page "https://github.com/simonster/Reexport.jl")
|
||||
(synopsis "Re-export modules and symbols")
|
||||
|
|
Loading…
Reference in a new issue