mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: julia-plotutils: Update to 1.2.0.
* gnu/packages/julia-xyz.scm (julia-plotutils): Update to 1.2.0. [arguments]: Add a phase to adjust the test suite.
This commit is contained in:
parent
0d8da17c29
commit
d0d99aa75c
1 changed files with 11 additions and 2 deletions
|
@ -4326,7 +4326,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)
|
||||
|
@ -4335,8 +4335,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
|
||||
|
|
Loading…
Reference in a new issue