From 3fde051bfdf2418b2dd72b416a8cc241ab44a24f Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sat, 4 May 2019 19:05:05 +0200 Subject: gnu: libtorrent-rasterbar: Update to 1.1.13. * gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.1.13. --- gnu/packages/bittorrent.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gnu/packages/bittorrent.scm') diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm index d96610a791..1d3ff312ba 100644 --- a/gnu/packages/bittorrent.scm +++ b/gnu/packages/bittorrent.scm @@ -377,17 +377,17 @@ and will take advantage of multiple processor cores where possible.") (define-public libtorrent-rasterbar (package (name "libtorrent-rasterbar") - (version "1.1.11") + (version "1.1.13") (source (origin (method url-fetch) (uri (string-append - "https://github.com/arvidn/libtorrent/releases/download/libtorrent_" + "https://github.com/arvidn/libtorrent/releases/download/libtorrent-" (string-join (string-split version #\.) "_") "/libtorrent-rasterbar-" version ".tar.gz")) (sha256 (base32 - "0isqidr11fnhybr0wvk0qxd97jaikmh8fx9h89b84yd2gyxdw8vw")))) + "1mza92ljjqvlz9582pmls3n45srqhxvw3q348xihcg4fhlchf11h")))) (build-system gnu-build-system) (arguments `(#:configure-flags -- cgit v1.2.3