[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: aria2: Update to 1.20.0.
From: |
Efraim Flashner |
Subject: |
01/01: gnu: aria2: Update to 1.20.0. |
Date: |
Thu, 18 Feb 2016 17:53:24 +0000 |
efraim pushed a commit to branch master
in repository guix.
commit 2a817081e2f51d042c19b72e5bbb23ebf892247f
Author: Efraim Flashner <address@hidden>
Date: Thu Feb 18 19:47:49 2016 +0200
gnu: aria2: Update to 1.20.0.
* gnu/packages/bittorrent.scm (aria2): Update to 1.20.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 16673ed..15b69cf 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -202,7 +202,7 @@ interface, for the Transmission BitTorrent daemon.")
(define-public aria2
(package
(name "aria2")
- (version "1.19.3")
+ (version "1.20.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/tatsuhiro-t/aria2/"
@@ -210,7 +210,7 @@ interface, for the Transmission BitTorrent daemon.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1qwr4al6wlh5f558r0mr1hvdnf7d8ss6qwqn2361k99phk1cdg3a"))))
+ "1l4gzz3yr0cl6a9xdy7843c5sb7afyq0i80wi2hasfpfdx5k95mz"))))
(build-system gnu-build-system)
(arguments
`(#:configure-flags '("--enable-libaria2")