guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 26aa16b66725d1a774020aa3127c213f0fb5f396
Author: Cayetano Santos <[email protected]>
AuthorDate: Wed Oct 15 19:30:26 2025 +0200
gnu: libtorrent: Update to 0.16.1.
* gnu/packages/bittorrent.scm (libtorrent): Update to 0.16.1.
[source]: Switch to git-fetch.
[inputs]: Add curl.
[native-inputs]: Add autoconf, automake, and libtool.
Change-Id: I4406a50980656e236863bf932cb2ad69b8a2e3a7
Signed-off-by: Andreas Enge <[email protected]>
---
gnu/packages/bittorrent.scm | 17 +++++++++--------
1 file changed, 9 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index aa06732272..7141ac8d52 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -224,18 +224,19 @@ of the Transmission BitTorrent client, using its HTTP RPC
protocol.")
(define-public libtorrent
(package
(name "libtorrent")
- (version "0.13.8")
+ (version "0.16.1")
(source (origin
- (method url-fetch)
- (uri (string-append
- "http://rtorrent.net/downloads/libtorrent-"
- version ".tar.gz"))
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/rakshasa/libtorrent/")
+ (commit (string-append "v" version))))
+ (file-name (git-file-name name version))
(sha256
(base32
- "10z9i1rc41cmmi7nx8k7k1agsx6afv09g9cl7g9zr35fyhl5l4gd"))))
+ "1rk5y27r2v3x2v1gngxfw8kj1i8n93dpkvda6idbid6yxvv9slkm"))))
(build-system gnu-build-system)
- (inputs (list openssl zlib))
- (native-inputs (list pkg-config cppunit))
+ (inputs (list curl openssl zlib))
+ (native-inputs (list autoconf automake cppunit libtool pkg-config))
(synopsis "BitTorrent library of rtorrent")
(description
"LibTorrent is a BitTorrent library used by and developed in parallel