me
/
guix
Archived
1
0
Fork 0

gnu: rust-num-complex-0.3: Update to 0.3.1.

* gnu/packages/crates-io.scm (rust-num-complex-0.3): Update to 0.3.1.

Change-Id: Icd353d65728c4eb007d11153ed86300848983362
Efraim Flashner 2023-10-28 09:50:06 +03:00
parent 899b29ac46
commit afca9025d3
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 3 additions and 4 deletions

View File

@ -47928,16 +47928,15 @@ Rust.")
(package
(inherit rust-num-complex-0.4)
(name "rust-num-complex")
(version "0.3.0")
(version "0.3.1")
(source
(origin
(method url-fetch)
(uri (crate-uri "num-complex" version))
(file-name
(string-append name "-" version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32
"1dczd81f2xb092dhb0brbdbf19pyfn0v9xmkf6qm0w4pv1dx0nmh"))))
"1igjwm5kk2df9mxmpb260q6p40xfnkrq4smymgdqg2sm1hn66zbl"))))
(arguments
`(#:cargo-inputs
(("rust-num-traits" ,rust-num-traits-0.2)