gnu: java-jsch: Update to 0.1.55.

* gnu/packages/java.scm (java-jsch): Update to 0.1.55.
This commit is contained in:
Tobias Geerinckx-Rice 2019-02-19 15:31:58 +01:00
parent f2d3d7422b
commit 1c8ba10a0b
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,7 @@
;;; Copyright © 2017, 2018 Julien Lepiller <julien@lepiller.eu> ;;; Copyright © 2017, 2018 Julien Lepiller <julien@lepiller.eu>
;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be> ;;; Copyright © 2017 Thomas Danckaert <post@thomasdanckaert.be>
;;; Copyright © 2016, 2017, 2018 Alex Vong <alexvong1995@gmail.com> ;;; Copyright © 2016, 2017, 2018 Alex Vong <alexvong1995@gmail.com>
;;; Copyright © 2017 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2017, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 Gábor Boskovits <boskovits@gmail.com> ;;; Copyright © 2018 Gábor Boskovits <boskovits@gmail.com>
;;; Copyright © 2018 Chris Marusich <cmmarusich@gmail.com> ;;; Copyright © 2018 Chris Marusich <cmmarusich@gmail.com>
;;; Copyright © 2018 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2018 Efraim Flashner <efraim@flashner.co.il>
@ -5236,14 +5236,14 @@ fundamental protocol access, not higher-level abstractions.")
(define-public java-jsch (define-public java-jsch
(package (package
(name "java-jsch") (name "java-jsch")
(version "0.1.54") (version "0.1.55")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://sourceforge/jsch/jsch/" (uri (string-append "mirror://sourceforge/jsch/jsch/"
version "/jsch-" version ".zip")) version "/jsch-" version ".zip"))
(sha256 (sha256
(base32 (base32
"029rdddyq1mh3ghryh3ki99kba1xkf1d1swjv2vi6lk6zzjy2wdb")))) "1lxyjwvmwa723wcf3bqn816hkvc03vz4xhbsi7bvfhrz2rpgcfq6"))))
(build-system ant-build-system) (build-system ant-build-system)
(arguments (arguments
`(#:build-target "dist" `(#:build-target "dist"