From 8af3599790dc7f486626037c717ad024105c8d2e Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Tue, 18 May 2021 20:34:18 +0300 Subject: gnu: julia-uris: Update to 1.3.0. * gnu/packages/julia-xyz.scm (julia-uris): Update to 1.3.0. --- 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 607f512265..8acdd31855 100644 --- a/gnu/packages/julia-xyz.scm +++ b/gnu/packages/julia-xyz.scm @@ -1318,7 +1318,7 @@ warnings (stderr) or both streams at the same time.") (define-public julia-uris (package (name "julia-uris") - (version "1.2.0") + (version "1.3.0") (source (origin (method git-fetch) @@ -1327,7 +1327,7 @@ warnings (stderr) or both streams at the same time.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0fqyagsqks5za7m0czafr34m2xh5501f689k9cn5x3npajdnh2r3")))) + (base32 "0kp4hg3kknkm2smlcizqfd33l9x4vkahc2714gnbjp39fj285b92")))) (build-system julia-build-system) (arguments '(#:julia-package-name "URIs" ;required to run tests -- cgit v1.2.3