guix-commits
[Top][All Lists]
Advanced

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

06/07: gnu: rtorrent: Update to 0.9.8.


From: guix-commits
Subject: 06/07: gnu: rtorrent: Update to 0.9.8.
Date: Thu, 29 Aug 2019 08:48:11 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 0cbec2aaa8fa46194652c9eaed31ffd863dabc0a
Author: Marius Bakke <address@hidden>
Date:   Sun Aug 18 16:04:44 2019 +0200

    gnu: rtorrent: Update to 0.9.8.
    
    * gnu/packages/bittorrent.scm (rtorrent): Update to 0.9.8.
---
 gnu/packages/bittorrent.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index 77c94e0..50b6304 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -156,7 +156,7 @@ speed and efficiency.")
 (define-public rtorrent
   (package
     (name "rtorrent")
-    (version "0.9.6")
+    (version "0.9.8")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -164,7 +164,7 @@ speed and efficiency.")
                     version ".tar.gz"))
               (sha256
                (base32
-                "03jvzw9pi2mhcm913h8qg0qw9gwjqc6lhwynb1yz1y163x7w4s8y"))))
+                "1bs2fnf4q7mlhkhzp3i1v052v9xn8qa7g845pk9ia8hlpw207pwy"))))
     (build-system gnu-build-system)
     (inputs `(("libtorrent" ,libtorrent)
               ("ncurses" ,ncurses)



reply via email to

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