me
/
guix
Archived
1
0
Fork 0

gnu: julia-reexport: Update to 1.1.0.

* gnu/packages/julia-xyz.scm (julia-reexport): Update to 1.1.0.
master
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
1 changed files with 3 additions and 3 deletions

View File

@ -3123,16 +3123,16 @@ recursive arrays like arrays of arrays.")
(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")