gnu: julia-http: Update to 0.9.12.

* gnu/packages/julia-xyz.scm (julia-http): Update to 0.9.12.
This commit is contained in:
Efraim Flashner 2021-07-29 14:14:01 +03:00
parent 92929c2288
commit a9292ceeca
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1587,7 +1587,7 @@ (define-public julia-gumbo
(define-public julia-http
(package
(name "julia-http")
(version "0.9.2")
(version "0.9.12")
(source
(origin
(method git-fetch)
@ -1596,7 +1596,7 @@ (define-public julia-http
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0ij0yci13c46p92m4zywvcs02nn8pm0abyfffiyhxvva6hq48lyl"))))
(base32 "1jsyk3mhnwj4h19cxclx26igdqdrw51fd3k1hgav0nm67dy4cxyk"))))
(build-system julia-build-system)
(arguments
`(#:phases