diff options
author | Tomas Volf <[email protected]> | 2025-02-01 13:16:25 +0100 |
---|---|---|
committer | Maxim Cournoyer <[email protected]> | 2025-02-02 01:01:22 +0900 |
commit | 18e42984a6224e4f20202993e85bdcca7e26c634 (patch) | |
tree | a37ab658c25824f524e56ff6b7cda1c3d7f7b5f3 | |
parent | 689e688b3af1d38915705e5982d8585eecb95098 (diff) |
gnu: libtorrent-rasterbar-1.2: Update to 1.2.20.
* gnu/packages/bittorrent.scm (libtorrent-rasterbar-1.2): Update to 1.2.20.
Change-Id: I18208b5609e8362576986c894bb2fc143d52093f
Signed-off-by: Maxim Cournoyer <[email protected]>
-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 667350ad9c..34c2141db7 100644 --- a/gnu/packages/bittorrent.scm +++ b/gnu/packages/bittorrent.scm @@ -476,7 +476,7 @@ desktops.") (define-public libtorrent-rasterbar-1.2 (package (inherit libtorrent-rasterbar) - (version "1.2.19") + (version "1.2.20") (source (origin (method url-fetch) @@ -485,7 +485,7 @@ desktops.") "releases/download/v" version "/" "libtorrent-rasterbar-" version ".tar.gz")) (sha256 - (base32 "03p4nvsll568zlyqifid0cn135sg5whbk7g48gkbapnw92ayks7f")))))) + (base32 "1z5rdynzxcm6wb7v48ssfbwjairbjacb8rjix5fn70fw4668xgyc")))))) (define-public qbittorrent (package |