summaryrefslogtreecommitdiff
path: root/gnu/packages/bittorrent.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2016-04-20 02:49:51 +0300
committerEfraim Flashner <efraim@flashner.co.il>2016-04-20 02:49:51 +0300
commitab39d8cbc152d0a1bf794e79312da576f441e1df (patch)
tree19e562ec6dd73f64f1c701dd2fa05e58e842df00 /gnu/packages/bittorrent.scm
parentad25a1fab4669e38cb5b8a224ec3a76d812807f5 (diff)
downloadguix-patches-ab39d8cbc152d0a1bf794e79312da576f441e1df.tar
guix-patches-ab39d8cbc152d0a1bf794e79312da576f441e1df.tar.gz
gnu: aria2: Update to 1.22.0.
* gnu/packages/bittorrent.scm (aria2): Update to 1.22.0.
Diffstat (limited to 'gnu/packages/bittorrent.scm')
-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 26b0fc6fdc..d8252c8b37 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")