guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: aria2: Update to 1.22.0.


From: Efraim Flashner
Subject: 01/01: gnu: aria2: Update to 1.22.0.
Date: Tue, 19 Apr 2016 23:50:15 +0000

efraim pushed a commit to branch master
in repository guix.

commit ab39d8cbc152d0a1bf794e79312da576f441e1df
Author: Efraim Flashner <address@hidden>
Date:   Wed Apr 20 02:49:51 2016 +0300

    gnu: aria2: Update to 1.22.0.
    
    * gnu/packages/bittorrent.scm (aria2): Update to 1.22.0.
---
 gnu/packages/bittorrent.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index 26b0fc6..d8252c8 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -207,7 +207,7 @@ interface, for the Transmission BitTorrent daemon.")
 (define-public aria2
   (package
     (name "aria2")
-    (version "1.21.0")
+    (version "1.22.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/tatsuhiro-t/aria2/";
@@ -215,7 +215,7 @@ interface, for the Transmission BitTorrent daemon.")
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1035rzx9y7qv4p7cv04f461343dxha7ikprch059x2fci8n5yp12"))))
+                "12agwdvvkr34wqhyyfp418dj0k7nbr297qmcd3wj5kkn7brv6gxc"))))
     (build-system gnu-build-system)
     (arguments
      `(#:configure-flags '("--enable-libaria2")



reply via email to

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