me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/java.scm (java-httpcomponents-httpclient): Update to
4.5.12.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -6028,7 +6028,7 @@ an Apache AB clone based on HttpCore.")))
(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 @@ an Apache AB clone based on HttpCore.")))
version "-src.tar.gz"))
(sha256
(base32
"1428399s7qy3cim5wc6f3ks4gl9nf9vkjpfmnlap3jflif7g2pj1"))))
"1va99m2zc2liv0v9vn72p5ja8yz4s5wq7zpahaai5nr966kvxzkb"))))
(build-system ant-build-system)
(arguments
`(#:jar-name "httpcomponents-httpclient.jar"