GNU bug report logs -
#60075
[PATCH 00/58] New julia patches
Previous Next
Reported by: Efraim Flashner <efraim <at> flashner.co.il>
Date: Wed, 14 Dec 2022 20:33:02 UTC
Severity: normal
Tags: patch
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/julia-xyz.scm (julia-requires): Update to 1.3.0.
[propagated-inputs, inputs]: Move packages ...
[native-inputs]: ... to here.
---
gnu/packages/julia-xyz.scm | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index fb83bb6171..a89ef60459 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -4843,7 +4843,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)
@@ -4852,14 +4852,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
--
2.38.1
This bug report was last modified 2 years and 244 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.