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