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:
Efraim Flashner 2021-06-14 19:40:39 +03:00
parent a424ebdefc
commit d964f9d83a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")