From a9292ceecac65cec3b5b457d63deab8708727c6e Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Thu, 29 Jul 2021 14:14:01 +0300 Subject: gnu: julia-http: Update to 0.9.12. * gnu/packages/julia-xyz.scm (julia-http): Update to 0.9.12. --- gnu/packages/julia-xyz.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/julia-xyz.scm b/gnu/packages/julia-xyz.scm index 4042f3124d..1872c81fd6 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -1587,7 +1587,7 @@ library for parsing HTML.") (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 @@ library for parsing HTML.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0ij0yci13c46p92m4zywvcs02nn8pm0abyfffiyhxvva6hq48lyl")))) + (base32 "1jsyk3mhnwj4h19cxclx26igdqdrw51fd3k1hgav0nm67dy4cxyk")))) (build-system julia-build-system) (arguments `(#:phases -- cgit 1.4.1