me
/
guix
Archived
1
0
Fork 0

gnu: julia-colortypes: Update to 0.11.1.

* gnu/packages/julia-xyz.scm (julia-colortypes): Update to 0.11.1.
[arguments]: Add phase to skip broken test.
master
Efraim Flashner 2022-12-10 17:46:02 +02:00
parent a87f448cbf
commit a5db747515
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 11 additions and 2 deletions

View File

@ -879,7 +879,7 @@ color scales for graphics.")
(define-public julia-colortypes
(package
(name "julia-colortypes")
(version "0.11.0")
(version "0.11.1")
(source
(origin
(method git-fetch)
@ -888,8 +888,17 @@ color scales for graphics.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0n7h70caqv7yd0khjhn90iax62r73mcif8qzkwj5b4q46li1r8ih"))))
(base32 "0cp5wbi2bhnxp4h7wpzkx341d47744f4c9a8n0w0kn016qa16m86"))))
(build-system julia-build-system)
(arguments
(list
#:phases
#~(modify-phases %standard-phases
(add-after 'unpack 'skip-failing-test
(lambda _
(substitute* "test/conversions.jl"
(("@test promote\\(RGB\\{N0f8")
"@test_broken promote(RGB{N0f8")))))))
(propagated-inputs
(list julia-fixedpointnumbers))
(native-inputs