gnu: java-tomcat: Update to 8.5.38.

* gnu/packages/web.scm (java-tomcat): Update to 8.38.
This commit is contained in:
Björn Höfling 2019-03-01 19:39:55 +01:00
parent 0b611996b9
commit d71cab2b77
No known key found for this signature in database
GPG Key ID: BF286CB6593E5FFD

View File

@ -5432,14 +5432,14 @@ encoder/decoder based on the draft-12 specification for UBJSON.")
(define-public java-tomcat (define-public java-tomcat
(package (package
(name "java-tomcat") (name "java-tomcat")
(version "8.5.32") (version "8.5.38")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://apache/tomcat/tomcat-8/v" (uri (string-append "mirror://apache/tomcat/tomcat-8/v"
version "/src/apache-tomcat-" version "-src.tar.gz")) version "/src/apache-tomcat-" version "-src.tar.gz"))
(sha256 (sha256
(base32 (base32
"1qjsr6zmkdciakya4jqz0ssnsk02qlmmd898c05rasfwcrpj0xi6")) "13pbsyk39g1qph82nngp54mqycmg60rxlxwy4yszsssahrqnggb2"))
(modules '((guix build utils))) (modules '((guix build utils)))
;; Delete bundled jars. ;; Delete bundled jars.
(snippet (snippet