gnu: libtorrent: Update to 0.13.8.

* gnu/packages/bittorrent.scm (libtorrent): Update to 0.13.8.
This commit is contained in:
Marius Bakke 2019-08-18 16:04:25 +02:00
parent af9afb0bc4
commit 9e171634f6
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -131,7 +131,7 @@ (define-public transmission
(define-public libtorrent
(package
(name "libtorrent")
(version "0.13.6")
(version "0.13.8")
(source (origin
(method url-fetch)
(uri (string-append
@ -139,7 +139,7 @@ (define-public libtorrent
version ".tar.gz"))
(sha256
(base32
"012s1nwcvz5m5r4d2z9klgy2n34kpgn9kgwgzxm97zgdjs6a0f18"))))
"10z9i1rc41cmmi7nx8k7k1agsx6afv09g9cl7g9zr35fyhl5l4gd"))))
(build-system gnu-build-system)
(inputs `(("openssl" ,openssl)
("zlib" ,zlib)))