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.
This commit is contained in:
		
							parent
							
								
									a87f448cbf
								
							
						
					
					
						commit
						a5db747515
					
				
					 1 changed files with 11 additions and 2 deletions
				
			
		| 
						 | 
					@ -879,7 +879,7 @@ color scales for graphics.")
 | 
				
			||||||
(define-public julia-colortypes
 | 
					(define-public julia-colortypes
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "julia-colortypes")
 | 
					    (name "julia-colortypes")
 | 
				
			||||||
    (version "0.11.0")
 | 
					    (version "0.11.1")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
     (origin
 | 
					     (origin
 | 
				
			||||||
       (method git-fetch)
 | 
					       (method git-fetch)
 | 
				
			||||||
| 
						 | 
					@ -888,8 +888,17 @@ color scales for graphics.")
 | 
				
			||||||
             (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 "0n7h70caqv7yd0khjhn90iax62r73mcif8qzkwj5b4q46li1r8ih"))))
 | 
					        (base32 "0cp5wbi2bhnxp4h7wpzkx341d47744f4c9a8n0w0kn016qa16m86"))))
 | 
				
			||||||
    (build-system julia-build-system)
 | 
					    (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
 | 
					    (propagated-inputs
 | 
				
			||||||
     (list julia-fixedpointnumbers))
 | 
					     (list julia-fixedpointnumbers))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue