mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: Add julia-reexport.
* gnu/packages/julia-xyz.scm (julia-reexport): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
a5edd83ddb
commit
02543b524b
1 changed files with 19 additions and 0 deletions
|
@ -522,6 +522,25 @@ (define-public julia-parsers
|
|||
utilities for Julia.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public julia-reexport
|
||||
(package
|
||||
(name "julia-reexport")
|
||||
(version "1.0.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/simonster/Reexport.jl")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1yhhja1zz6dy5f4fd19bdwd6jwgj7q4w3avzgyg1hjhmdl8jrh0s"))))
|
||||
(build-system julia-build-system)
|
||||
(home-page "https://github.com/simonster/Reexport.jl")
|
||||
(synopsis "Re-export modules and symbols")
|
||||
(description "This package provides tools to re-export modules and symbols.")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public julia-uris
|
||||
(package
|
||||
(name "julia-uris")
|
||||
|
|
Loading…
Reference in a new issue