GNU bug report logs -
#49385
[PATCH 04/21] gnu: Add rust-statistical-1
Previous Next
Reported by: Domagoj Stolfa <domagoj.stolfa <at> gmail.com>
Date: Sun, 4 Jul 2021 16:33:04 UTC
Severity: normal
Tags: patch
Merged with 49382,
49383,
49384,
49386,
49387,
49388,
49389,
49390,
49391,
49392,
49393,
49394,
49395,
49396,
49397,
49398,
49399,
49400,
49401,
49402,
49403
Done: Efraim Flashner <efraim <at> flashner.co.il>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
On Sun, Jul 04 2021, Domagoj Stolfa wrote:
> * gnu/packages/crates-io.scm (rust-statistical-1): New public variable.
> ---
> gnu/packages/crates-io.scm | 25 +++++++++++++++++++++++++
> 1 file changed, 25 insertions(+)
>
> diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
> index 7e0ed9e504..61641c9a05 100644
> --- a/gnu/packages/crates-io.scm
> +++ b/gnu/packages/crates-io.scm
> @@ -43499,6 +43499,31 @@ are met.")
> map.")
> (license license:expat)))
>
> +(define-public rust-statistical-1
> + (package
> + (name "rust-statistical")
> + (version "1.0.0")
> + (source
> + (origin
> + (method url-fetch)
> + (uri (crate-uri "statistical" version))
> + (file-name
> + (string-append name "-" version ".tar.gz"))
> + (sha256
> + (base32
> + "0wm35q6p6jcq1r1darczv4if7qss460kd391nlw5x3hjpc17kma9"))))
> + (build-system cargo-build-system)
> + (arguments
> + `(#:cargo-inputs
> + (("rust-num" ,rust-num-0.2)
> + ("rust-rand" ,rust-rand-0.6))))
> + (home-page
> + "https://github.com/JeffBelgum/statistical")
> + (synopsis "A simple statistics library")
> + (description
> + "This package provides a simple statistics library")
Missing period.
[signature.asc (application/pgp-signature, inline)]
This bug report was last modified 4 years and 32 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.