gnu: julia-http: Update to 0.9.17.
* gnu/packages/julia-xyz.scm (julia-http): Update to 0.9.17. [arguments]: Skip another test in 'disable-network-tests phase.
This commit is contained in:
parent
9f980cdf52
commit
aa583170dc
@ -2402,7 +2402,7 @@ library for parsing HTML.")
|
|||||||
(define-public julia-http
|
(define-public julia-http
|
||||||
(package
|
(package
|
||||||
(name "julia-http")
|
(name "julia-http")
|
||||||
(version "0.9.12")
|
(version "0.9.17")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@ -2411,7 +2411,7 @@ library for parsing HTML.")
|
|||||||
(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 "1jsyk3mhnwj4h19cxclx26igdqdrw51fd3k1hgav0nm67dy4cxyk"))))
|
(base32 "1ynzcl30sf5r42l75l5x1a8z0643hlck2kysyhag9795gzafxzv3"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
@ -2442,6 +2442,9 @@ library for parsing HTML.")
|
|||||||
(("@testset.*Body - .*" all)
|
(("@testset.*Body - .*" all)
|
||||||
(string-append all "return\n"))
|
(string-append all "return\n"))
|
||||||
(("@testset.*Write to file.*" all)
|
(("@testset.*Write to file.*" all)
|
||||||
|
(string-append all "return\n")))
|
||||||
|
(substitute* "test/cookies.jl"
|
||||||
|
(("@testset.*Set-Cookie casing.*" all)
|
||||||
(string-append all "return\n"))))))))
|
(string-append all "return\n"))))))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list julia-inifile
|
(list julia-inifile
|
||||||
|
Loading…
Reference in New Issue
Block a user