GNU bug report logs -
#73664
libtorrent-rasterbar@1.2: failure in test_ssl
Previous Next
Reported by: Tomas Volf <~@wolfsden.cz>
Date: Sun, 6 Oct 2024 16:13:02 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #41 received at 73664 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/bittorrent.scm (libtorrent-rasterbar-1.2): Update to 1.2.20.
Change-Id: I18208b5609e8362576986c894bb2fc143d52093f
---
I have tested the build locally and seems to work fine:
$ ./pre-inst-env guix build libtorrent-rasterbar <at> 1.2
[..]
/gnu/store/dqs18nzd8pxacb0bkkqzbb3q6w5fyz66-libtorrent-rasterbar-1.2.20
gnu/packages/bittorrent.scm | 4 ++--
1 file 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 @@ (define-public libtorrent-rasterbar
(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 @@ (define-public libtorrent-rasterbar-1.2
"releases/download/v" version "/"
"libtorrent-rasterbar-" version ".tar.gz"))
(sha256
- (base32 "03p4nvsll568zlyqifid0cn135sg5whbk7g48gkbapnw92ayks7f"))))))
+ (base32 "1z5rdynzxcm6wb7v48ssfbwjairbjacb8rjix5fn70fw4668xgyc"))))))
(define-public qbittorrent
(package
--
2.47.1
This bug report was last modified 166 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.