mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: julia-requires: Update to 1.3.0.
* gnu/packages/julia-xyz.scm (julia-requires): Update to 1.3.0. [propagated-inputs, inputs]: Move packages ... [native-inputs]: ... to here.
This commit is contained in:
parent
3fe1077902
commit
b4e9e72ecf
1 changed files with 6 additions and 7 deletions
|
@ -4869,7 +4869,7 @@ (define-public julia-referencetests
|
|||
(define-public julia-requires
|
||||
(package
|
||||
(name "julia-requires")
|
||||
(version "1.1.3")
|
||||
(version "1.3.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -4878,14 +4878,13 @@ (define-public julia-requires
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "03hyfy7c0ma45b0y756j76awi3az2ii4bz4s8cxm3xw9yy1z7b01"))))
|
||||
(base32 "0gmqs7f17aq500lbdff4ibws00f8m0pnzskvf4b3ig520xv3n3nm"))))
|
||||
(build-system julia-build-system)
|
||||
(arguments
|
||||
(list #:parallel-tests? #f))
|
||||
(inputs ;required for test
|
||||
(list julia-example))
|
||||
(propagated-inputs
|
||||
(list julia-colors))
|
||||
(list #:parallel-tests? #f)) ; Test suite has race conditions.
|
||||
(native-inputs
|
||||
(list julia-colors
|
||||
julia-example))
|
||||
(home-page "https://github.com/JuliaPackaging/Requires.jl/")
|
||||
(synopsis "Faster package loader")
|
||||
(description "This package make loading packages faster, maybe. It
|
||||
|
|
Loading…
Reference in a new issue