gnu: libtorrent: Update to 0.13.8.
* gnu/packages/bittorrent.scm (libtorrent): Update to 0.13.8.
This commit is contained in:
parent
af9afb0bc4
commit
9e171634f6
|
@ -131,7 +131,7 @@ DHT, µTP, PEX and Magnet Links.")
|
||||||
(define-public libtorrent
|
(define-public libtorrent
|
||||||
(package
|
(package
|
||||||
(name "libtorrent")
|
(name "libtorrent")
|
||||||
(version "0.13.6")
|
(version "0.13.8")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -139,7 +139,7 @@ DHT, µTP, PEX and Magnet Links.")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"012s1nwcvz5m5r4d2z9klgy2n34kpgn9kgwgzxm97zgdjs6a0f18"))))
|
"10z9i1rc41cmmi7nx8k7k1agsx6afv09g9cl7g9zr35fyhl5l4gd"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs `(("openssl" ,openssl)
|
(inputs `(("openssl" ,openssl)
|
||||||
("zlib" ,zlib)))
|
("zlib" ,zlib)))
|
||||||
|
|
Loading…
Reference in New Issue