gnu: julia-uris: Update to 1.3.0.
* gnu/packages/julia-xyz.scm (julia-uris): Update to 1.3.0.
This commit is contained in:
parent
a981aee341
commit
8af3599790
@ -1318,7 +1318,7 @@ warnings (stderr) or both streams at the same time.")
|
|||||||
(define-public julia-uris
|
(define-public julia-uris
|
||||||
(package
|
(package
|
||||||
(name "julia-uris")
|
(name "julia-uris")
|
||||||
(version "1.2.0")
|
(version "1.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@ -1327,7 +1327,7 @@ warnings (stderr) or both streams at the same time.")
|
|||||||
(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 "0fqyagsqks5za7m0czafr34m2xh5501f689k9cn5x3npajdnh2r3"))))
|
(base32 "0kp4hg3kknkm2smlcizqfd33l9x4vkahc2714gnbjp39fj285b92"))))
|
||||||
(build-system julia-build-system)
|
(build-system julia-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:julia-package-name "URIs" ;required to run tests
|
'(#:julia-package-name "URIs" ;required to run tests
|
||||||
|
Loading…
Reference in New Issue
Block a user