mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 23:36:35 +01:00
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:
parent
92929c2288
commit
a9292ceeca
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue