mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 14:52:05 -05:00
gnu: julia-ellipsisnotation: Update to 1.6.0.
* gnu/packages/julia-xyz.scm (julia-ellipsisnotation): Update to 1.6.0. [arguments]: Remove phase adjusting the test suite.
This commit is contained in:
parent
611d7427eb
commit
204ad23d79
1 changed files with 2 additions and 11 deletions
|
@ -1801,7 +1801,7 @@ (define-public julia-dualnumbers
|
|||
(define-public julia-ellipsisnotation
|
||||
(package
|
||||
(name "julia-ellipsisnotation")
|
||||
(version "1.1.0")
|
||||
(version "1.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -1810,17 +1810,8 @@ (define-public julia-ellipsisnotation
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0py46kxl702r8pw3v7x4cqllf7yc91b0dr7vb60xh2qi7d6y3jc7"))))
|
||||
(base32 "0l4fc180chhxlq9d67122c0lgq2hfsxsmcgml2bfl2rnh13gya2b"))))
|
||||
(build-system julia-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'link-depot 'adjust-test-suite
|
||||
(lambda _
|
||||
(substitute* "test/runtests.jl"
|
||||
;; Seems to not play nicely with Julia-1.6.
|
||||
((".*basic.jl.*") "")))))))
|
||||
(propagated-inputs
|
||||
(list julia-arrayinterface))
|
||||
(home-page "https://github.com/ChrisRackauckas/EllipsisNotation.jl")
|
||||
|
|
Loading…
Reference in a new issue