3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01: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:
Efraim Flashner 2022-12-14 11:55:04 +02:00
parent 3fe1077902
commit b4e9e72ecf
Signed by untrusted user: efraim
GPG key ID: 41AAE7DCCA3D8351

View file

@ -4869,7 +4869,7 @@ package can help create and update if need be.")
(define-public julia-requires (define-public julia-requires
(package (package
(name "julia-requires") (name "julia-requires")
(version "1.1.3") (version "1.3.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -4878,14 +4878,13 @@ package can help create and update if need be.")
(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 "03hyfy7c0ma45b0y756j76awi3az2ii4bz4s8cxm3xw9yy1z7b01")))) (base32 "0gmqs7f17aq500lbdff4ibws00f8m0pnzskvf4b3ig520xv3n3nm"))))
(build-system julia-build-system) (build-system julia-build-system)
(arguments (arguments
(list #:parallel-tests? #f)) (list #:parallel-tests? #f)) ; Test suite has race conditions.
(inputs ;required for test (native-inputs
(list julia-example)) (list julia-colors
(propagated-inputs julia-example))
(list julia-colors))
(home-page "https://github.com/JuliaPackaging/Requires.jl/") (home-page "https://github.com/JuliaPackaging/Requires.jl/")
(synopsis "Faster package loader") (synopsis "Faster package loader")
(description "This package make loading packages faster, maybe. It (description "This package make loading packages faster, maybe. It