mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: rust-num-complex-0.4: Update to 0.4.6.
* gnu/packages/crates-io.scm (rust-num-complex-0.4): Update to 0.4.6. Change-Id: Ifc2f83f5be8e435c7b306f4618f4a2d5a79fb8b7
This commit is contained in:
parent
8dc1c5ddf5
commit
c0d2638dd4
1 changed files with 2 additions and 2 deletions
|
@ -47539,14 +47539,14 @@ (define-public rust-num-cmp-0.1
|
|||
(define-public rust-num-complex-0.4
|
||||
(package
|
||||
(name "rust-num-complex")
|
||||
(version "0.4.4")
|
||||
(version "0.4.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "num-complex" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "051j73vvdj07kdlpqv056s3a50ragsx3183cbpl1shc51355g88v"))))
|
||||
(base32 "15cla16mnw12xzf5g041nxbjjm9m85hdgadd5dl5d0b30w9qmy3k"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue