GNU bug report logs -
#50368
[PATCH 1/9] gnu: rust-multipart-0.17: Fix inputs.
Previous Next
Reported by: phodina <phodina <at> protonmail.com>
Date: Sat, 4 Sep 2021 08:48:01 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
Message #50 received at 50368 <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
On Sat, Sep 04 2021, phodina via Guix-patches via wrote:
> * gnu/packages/crates-io.scm (rust-chunked-transfer-1): New variable.
‘rust-chunked-transfer-0.3’ should also be mentioned in the ChangeLog.
> diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
> index c77c8c87d1..9c331c7140 100644
> --- a/gnu/packages/crates-io.scm
> +++ b/gnu/packages/crates-io.scm
> @@ -7890,17 +7890,19 @@ Python arrow.humanize.")
> TimeZone trait for @code{rust-chrono}.")
> (license (list license:expat license:asl2.0))))
>
> -(define-public rust-chunked-transfer-0.3
> +(define-public rust-chunked-transfer-1
> (package
> (name "rust-chunked-transfer")
> - (version "0.3.1")
> + (version "1.4.0")
> (source
> (origin
> (method url-fetch)
> (uri (crate-uri "chunked_transfer" version))
> - (file-name (string-append name "-" version ".tar.gz"))
> + (file-name
> + (string-append name "-" version ".tar.gz"))
No need for newline. :-)
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 3 years and 202 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.