From d05fcc21cb9509084a0424e6808b84b58dc52d62 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Thu, 24 Mar 2022 22:47:18 -0400 Subject: gnu: tremc: Update to 0.9.3. * gnu/packages/bittorrent.scm (tremc): Update to 0.9.3. [source]: Remove obsolete patch. * gnu/packages/patches/tremc-fix-decodestring.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. --- gnu/packages/bittorrent.scm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'gnu/packages/bittorrent.scm') diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm index 0e939d93ac..0191bb8e1b 100644 --- a/gnu/packages/bittorrent.scm +++ b/gnu/packages/bittorrent.scm @@ -226,7 +226,7 @@ XML-RPC over SCGI.") (define-public tremc (package (name "tremc") - (version "0.9.2") + (version "0.9.3") (source (origin (method git-fetch) @@ -236,8 +236,7 @@ XML-RPC over SCGI.") (file-name (git-file-name name version)) (sha256 (base32 - "1fqspp2ckafplahgba54xmx0sjidx1pdzyjaqjhz0ivh98dkx2n5")) - (patches (search-patches "tremc-fix-decodestring.patch")))) + "11izsgwj435skkgvw96an6ddcm1hk3ff1gji4ksnidlyv6g6npyv")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; no test suite -- cgit v1.2.3