guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

04/04: gnu: rtorrent: Update to 0.9.6.


From: Alex Kost
Subject: 04/04: gnu: rtorrent: Update to 0.9.6.
Date: Sun, 04 Oct 2015 16:25:21 +0000

alezost pushed a commit to branch master
in repository guix.

commit 9fbd458b8d1970bedcb5dfb11848d2d67d0ef763
Author: Alex Kost <address@hidden>
Date:   Sat Oct 3 22:23:40 2015 +0300

    gnu: rtorrent: Update to 0.9.6.
    
    * gnu/packages/bittorrent.scm (rtorrent): Update to 0.9.6.
      [source]: Use new URL.
---
 gnu/packages/bittorrent.scm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index fb40915..2410647 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -124,15 +124,15 @@ speed and efficiency.")
 (define-public rtorrent
   (package
     (name "rtorrent")
-    (version "0.9.4")
+    (version "0.9.6")
     (source (origin
               (method url-fetch)
               (uri (string-append
-                    "http://libtorrent.rakshasa.no/downloads/rtorrent-";
+                    "http://rtorrent.net/downloads/rtorrent-";
                     version ".tar.gz"))
               (sha256
                (base32
-                "113yrrac75vqi4g8r6bgs0ggjllj9bkg9shv08vqzdhkwqg2q2mw"))))
+                "03jvzw9pi2mhcm913h8qg0qw9gwjqc6lhwynb1yz1y163x7w4s8y"))))
     (build-system gnu-build-system)
     (inputs `(("libtorrent" ,libtorrent)
               ("ncurses" ,ncurses)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]