1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: rtorrent: Update to 0.16.1.

* gnu/packages/bittorrent.scm (rtorrent): Update to 0.16.1.
[native-inputs]: Add autoconf, automake, and libtool.

Change-Id: Ide9681d533d54c4c6e4843d6972cd5fae956d3d5
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
Cayetano Santos
2025-10-16 16:13:44 +02:00
committed by Andreas Enge
parent 26aa16b667
commit db8a2c1926

View File

@@ -248,15 +248,16 @@ speed and efficiency.")
(define-public rtorrent
(package
(name "rtorrent")
(version "0.9.8")
(version "0.16.1")
(source (origin
(method url-fetch)
(uri (string-append
"http://rtorrent.net/downloads/rtorrent-"
version ".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/rakshasa/rtorrent/")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32
"1bs2fnf4q7mlhkhzp3i1v052v9xn8qa7g845pk9ia8hlpw207pwy"))))
"0azpqclksczh1j7kpkwqh68xp3p9rayf9dym1c2iif56fm960mgh"))))
(build-system gnu-build-system)
(inputs (list libtorrent
ncurses
@@ -264,7 +265,7 @@ speed and efficiency.")
cyrus-sasl
openssl
zlib))
(native-inputs (list pkg-config cppunit))
(native-inputs (list autoconf automake cppunit libtool pkg-config))
(synopsis "BitTorrent client with ncurses interface")
(description
"rTorrent is a BitTorrent client with an ncurses interface. It supports