diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2016-10-22 20:37:44 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-10-23 07:46:49 +0300 |
commit | 84a79b8c429f4e27b6397e5e742a93090551911b (patch) | |
tree | be45997403f5be175b8a2861b8fd4c2876e7232a /gnu/packages/bittorrent.scm | |
parent | 35680748a6eb15bd1443e7fcae086eee964f0efc (diff) | |
download | patches-84a79b8c429f4e27b6397e5e742a93090551911b.tar patches-84a79b8c429f4e27b6397e5e742a93090551911b.tar.gz |
gnu: aria2: Update to 1.28.0.
* gnu/packages/bittorrent.scm (aria2): Update to 1.28.0.
Diffstat (limited to 'gnu/packages/bittorrent.scm')
-rw-r--r-- | 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 b1daf02bf9..73ae70329b 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.27.1") + (version "1.28.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 - "023g22yn91pnvv7jvx43gl4x5rszn31sc9crgkxgsb3067pjg5n0")))) + "1w3jblfxqg30n3ndh2wrbhbddcg92lrgcx438qiwzamrayjjb8g0")))) (build-system gnu-build-system) (arguments `(#:configure-flags (list "--enable-libaria2" |