guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

53/110: gnu: java-httpcomponents-httpclient: Update to 4.5.12.


From: guix-commits
Subject: 53/110: gnu: java-httpcomponents-httpclient: Update to 4.5.12.
Date: Thu, 16 Jul 2020 22:23:25 -0400 (EDT)

roptat pushed a commit to branch master
in repository guix.

commit 968bb6827577fdb70216d03fbe9db79f1f0aa09f
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Sat Jun 27 00:06:22 2020 +0200

    gnu: java-httpcomponents-httpclient: Update to 4.5.12.
    
    * gnu/packages/java.scm (java-httpcomponents-httpclient): Update to
    4.5.12.
---
 gnu/packages/java.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 57fd3a2..912f7d8 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]