gnu: java-httpcomponents-httpclient: Update to 4.5.12.

* gnu/packages/java.scm (java-httpcomponents-httpclient): Update to
4.5.12.
This commit is contained in:
Julien Lepiller 2020-06-27 00:06:22 +02:00
parent ff0496d054
commit 968bb68275
No known key found for this signature in database
GPG key ID: 53D457B2D636EE82

View file

@ -6028,7 +6028,7 @@ (define-public java-httpcomponents-httpcore-ab
(define-public java-httpcomponents-httpclient
(package
(name "java-httpcomponents-httpclient")
(version "4.5.3")
(version "4.5.12")
(source (origin
(method url-fetch)
(uri (string-append "mirror://apache/httpcomponents/httpclient/"
@ -6036,7 +6036,7 @@ (define-public java-httpcomponents-httpclient
version "-src.tar.gz"))
(sha256
(base32
"1428399s7qy3cim5wc6f3ks4gl9nf9vkjpfmnlap3jflif7g2pj1"))))
"1va99m2zc2liv0v9vn72p5ja8yz4s5wq7zpahaai5nr966kvxzkb"))))
(build-system ant-build-system)
(arguments
`(#:jar-name "httpcomponents-httpclient.jar"