GNU bug report logs -
#61362
[PATCH] gnu: libtorrent-rasterbar: Update to 1.2.18.
Previous Next
Reported by: Hilton Chain <hako <at> ultrarare.space>
Date: Wed, 8 Feb 2023 07:47:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Sat, 11 Feb 2023 20:46:56 +0000
with message-id <87r0uw3p5u.fsf <at> cbaines.net>
and subject line Re: [bug#61362] [PATCH] gnu: libtorrent-rasterbar: Update to 1.2.18.
has caused the debbugs.gnu.org bug report #61362,
regarding [PATCH] gnu: libtorrent-rasterbar: Update to 1.2.18.
to be marked as done.
(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)
--
61362: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=61362
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
* gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.2.18.
---
gnu/packages/bittorrent.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm
index db5237c997..c3257cf2bf 100644
--- a/gnu/packages/bittorrent.scm
+++ b/gnu/packages/bittorrent.scm
@@ -385,7 +385,7 @@ (define-public mktorrent
(define-public libtorrent-rasterbar
(package
(name "libtorrent-rasterbar")
- (version "1.2.15")
+ (version "1.2.18")
(source
(origin
(method url-fetch)
@@ -394,7 +394,7 @@ (define-public libtorrent-rasterbar
"releases/download/v" version "/"
"libtorrent-rasterbar-" version ".tar.gz"))
(sha256
- (base32 "0jr1c876mvwbbbnav8ldcdm1l6z3g404jc5wp8z902jcd0w8dbf8"))))
+ (base32 "0wpsaqadcicxl4lf1nc1i93c4yzjv8hpzhhrw1hdkrp4gn0vdwpy"))))
(build-system cmake-build-system)
(arguments
`(#:configure-flags '("-Dpython-bindings=ON"
@@ -416,7 +416,7 @@ (define-public libtorrent-rasterbar
;; expiry date. To ensure succesful builds in the future,
;; fake the time to be roughly that of the release.
(setenv "FAKETIME_ONLY_CMDS" "test_ssl")
- (invoke "faketime" "2021-12-12"
+ (invoke "faketime" "2022-10-24"
"ctest"
"--exclude-regex" (string-join disabled-tests "|")
"-j" (if parallel-tests?
base-commit: a545d0adbbba7df2d328c3b7f1d5b327a07c9232
--
2.39.1
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Hilton Chain via Guix-patches via <guix-patches <at> gnu.org> writes:
> * gnu/packages/bittorrent.scm (libtorrent-rasterbar): Update to 1.2.18.
> ---
> gnu/packages/bittorrent.scm | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
Thanks, I've pushed this to master as
b1cca2126408948e3187f8664711c90892edcb23.
Chris
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 2 years and 102 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.