mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: Add rust-uom-0.30.
* gnu/packages/crates-io.scm (rust-uom-0.30): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
400f1caf3f
commit
f80f7329ce
1 changed files with 13 additions and 0 deletions
|
@ -51652,6 +51652,19 @@ (define-public rust-uom-0.31
|
|||
;; Dual-licensed, either license applies.
|
||||
(license (list license:asl2.0 license:expat))))
|
||||
|
||||
(define-public rust-uom-0.30
|
||||
(package
|
||||
(inherit rust-uom-0.31)
|
||||
(name "rust-uom")
|
||||
(version "0.30.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "uom" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "1vg59hnb7hh0p8kjjhgmrsnn3597722lkfdkp481wksq6vk06rg7"))))))
|
||||
|
||||
(define-public rust-url-2
|
||||
(package
|
||||
(name "rust-url")
|
||||
|
|
Loading…
Reference in a new issue