summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2019-08-18 16:04:44 +0200
committerMarius Bakke <mbakke@fastmail.com>2019-08-29 14:44:21 +0200
commit0cbec2aaa8fa46194652c9eaed31ffd863dabc0a (patch)
tree726364a3687f87079cdad56d6ecf4618cafbc389 /gnu
parent9e171634f60fe7e39b5e32a55010d975dbead48e (diff)
gnu: rtorrent: Update to 0.9.8.
* gnu/packages/bittorrent.scm (rtorrent): Update to 0.9.8.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/bittorrent.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index 77c94e0209d..50b63048e46 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -156,7 +156,7 @@ speed and efficiency.")
156(define-public rtorrent 156(define-public rtorrent
157 (package 157 (package
158 (name "rtorrent") 158 (name "rtorrent")
159 (version "0.9.6") 159 (version "0.9.8")
160 (source (origin 160 (source (origin
161 (method url-fetch) 161 (method url-fetch)
162 (uri (string-append 162 (uri (string-append
@@ -164,7 +164,7 @@ speed and efficiency.")
164 version ".tar.gz")) 164 version ".tar.gz"))
165 (sha256 165 (sha256
166 (base32 166 (base32
167 "03jvzw9pi2mhcm913h8qg0qw9gwjqc6lhwynb1yz1y163x7w4s8y")))) 167 "1bs2fnf4q7mlhkhzp3i1v052v9xn8qa7g845pk9ia8hlpw207pwy"))))
168 (build-system gnu-build-system) 168 (build-system gnu-build-system)
169 (inputs `(("libtorrent" ,libtorrent) 169 (inputs `(("libtorrent" ,libtorrent)
170 ("ncurses" ,ncurses) 170 ("ncurses" ,ncurses)