me
/
guix
Archived
1
0
Fork 0

gnu: java-tomcat: Update to 8.5.46.

* gnu/packages/web.scm (java-tomcat): Update to 8.5.46.
master
Björn Höfling 2019-05-01 20:02:06 +02:00
parent 39775121c4
commit d99e7ee0f2
No known key found for this signature in database
GPG Key ID: BF286CB6593E5FFD
1 changed files with 2 additions and 2 deletions

View File

@ -5705,14 +5705,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.38") (version "8.5.46")
(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
"13pbsyk39g1qph82nngp54mqycmg60rxlxwy4yszsssahrqnggb2")) "0fb49gsqa3r6jrwc54yynvsakq9qbzr2pbxr7a29c2zvja2v65iq"))
(modules '((guix build utils))) (modules '((guix build utils)))
;; Delete bundled jars. ;; Delete bundled jars.
(snippet (snippet