mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 03:44:06 -05:00
gnu: rust-bigdecimal-0.2: Update to 0.2.2.
* gnu/packages/crates-io.scm (rust-bigdecimal-0.2): Update to 0.2.2. Change-Id: I0ffbd248e532fa1ff35082d13dd7cf3acc9ccdc8
This commit is contained in:
parent
781251d906
commit
ed3f40ba22
1 changed files with 2 additions and 3 deletions
|
@ -7295,15 +7295,14 @@ (define-public rust-bigdecimal-0.2
|
|||
(package
|
||||
(inherit rust-bigdecimal-0.3)
|
||||
(name "rust-bigdecimal")
|
||||
(version "0.2.0")
|
||||
(version "0.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "bigdecimal" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0fd5chyy76y4qb043w1bbgz1v22f9hw5703f5r90ac5hwqk3qh6c"))))
|
||||
(base32 "0mkja6m149apsnbw5narzcxmb9b4ish58gn4qvvys03jwdi0brfi"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
(("rust-num-bigint" ,rust-num-bigint-0.3)
|
||||
|
|
Loading…
Reference in a new issue