* [bug#63505] [PATCH] gnu: tremc: Fix compatibility with Transmission 4.0.
@ 2023-05-14 20:12 Leo Famulari
2023-05-22 19:42 ` bug#63505: " Leo Famulari
0 siblings, 1 reply; 2+ messages in thread
From: Leo Famulari @ 2023-05-14 20:12 UTC (permalink / raw)
To: 63505
This version is not released upstream, but it does fix compatibility
with Transmission 4.0 and works for me.
* gnu/packages/bittorrent.scm: Update to 0.9.3-0.6c15e3f.
---
gnu/packages/bittorrent.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index 0e4b74db8a..a3bf98ecd2 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -239,19 +239,21 @@ (define-public rtorrent
(license l:gpl2+)))
(define-public tremc
+ (let ((commit "6c15e3f5637c8f3641473328bd8c5b0cc122d930")
+ (revision "0"))
(package
(name "tremc")
- (version "0.9.3")
+ (version (git-version "0.9.3" revision commit))
(source
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/tremc/tremc")
- (commit version)))
+ (commit commit)))
(file-name (git-file-name name version))
(sha256
(base32
- "11izsgwj435skkgvw96an6ddcm1hk3ff1gji4ksnidlyv6g6npyv"))))
+ "1anlqzbwgmhrxlh20pfzf4iyw5l2w227h95rq6xf29ai7vddr82k"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no test suite
@@ -268,7 +270,7 @@ (define-public tremc
(description "Tremc is a console client, with a curses interface, for the
Transmission BitTorrent daemon.")
(home-page "https://github.com/tremc/tremc")
- (license l:gpl3+)))
+ (license l:gpl3+))))
(define-public aria2
(package
--
2.39.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-05-22 19:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-14 20:12 [bug#63505] [PATCH] gnu: tremc: Fix compatibility with Transmission 4.0 Leo Famulari
2023-05-22 19:42 ` bug#63505: " Leo Famulari
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.