mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: rust-decimal-2: Update to 2.1.0.
* gnu/packages/crates-io.scm (rust-decimal-2): Update to 2.1.0.
This commit is contained in:
parent
862e10f4f2
commit
c4b460c555
1 changed files with 2 additions and 2 deletions
|
@ -16185,7 +16185,7 @@ (define-public rust-debugger-test-parser-0.1
|
|||
(define-public rust-decimal-2
|
||||
(package
|
||||
(name "rust-decimal")
|
||||
(version "2.0.4")
|
||||
(version "2.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -16194,7 +16194,7 @@ (define-public rust-decimal-2
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1vb3i8vg1dxrw3kzbfiag3gg7rdjd73z80mwbwkq60vnphiqfig6"))))
|
||||
"0k8ij9brz6kdk7j4hq916s85qrplpy3ixs9v9h1ibsxsj5zbg2js"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue