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-plotutils): Update to 1.2.0.
[arguments]: Add a phase to adjust the test suite.
---
gnu/packages/julia-xyz.scm | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm
index c3d6d642c1..4ef88ad850 100644
--- a/gnu/packages/julia-xyz.scm
+++ b/gnu/packages/julia-xyz.scm
@@ -4307,7 +4307,7 @@ (define-public julia-plotthemes
(define-public julia-plotutils
(package
(name "julia-plotutils")
- (version "1.0.15")
+ (version "1.2.0")
(source
(origin
(method git-fetch)
@@ -4316,8 +4316,17 @@ (define-public julia-plotutils
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "12aw5gkkcfhpczv2w510k65w1j0hjnh825ihimi223v8plsi5105"))))
+ (base32 "1yml9ayaniqnzx5r8sfjckifcm99ck7qhc19cd8fs0bwzkh7nza7"))))
(build-system julia-build-system)
+ (arguments
+ (list
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-after 'unpack 'adjust-test-suite
+ (lambda _
+ (substitute* "test/runtests.jl"
+ (("(@test_throws) ErrorException (.*notacolor)" _ @test notacolor)
+ (string-append @test " ArgumentError " notacolor))))))))
(propagated-inputs
(list julia-colors
julia-colorschemes
--
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.