me
/
guix
Archived
1
0
Fork 0

gnu: julia-reexport: Update to 1.2.2.

* gnu/packages/julia-xyz.scm (julia-reexport): Update to 1.2.2.
master
Efraim Flashner 2021-10-07 10:05:40 +03:00
parent c8a7ba621b
commit 09ee0df82e
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -3502,7 +3502,7 @@ recursive arrays like arrays of arrays.")
(define-public julia-reexport (define-public julia-reexport
(package (package
(name "julia-reexport") (name "julia-reexport")
(version "1.1.0") (version "1.2.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -3511,7 +3511,7 @@ recursive arrays like arrays of arrays.")
(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 "1wj4vnxxmnblm6ajkkdvwb7v4835qrrc406q5is74qv1n68xql7l")))) (base32 "0inf5q6f01ncd5c5wm8mwzv2hs627ng6xlh8dhrlflp321hbamwf"))))
(build-system julia-build-system) (build-system julia-build-system)
(home-page "https://github.com/simonster/Reexport.jl") (home-page "https://github.com/simonster/Reexport.jl")
(synopsis "Re-export modules and symbols") (synopsis "Re-export modules and symbols")