mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 15:22:18 -05:00
gnu: Remove rust-uom-0.30.
* gnu/packages/crates-io.scm (rust-uom-0.30): Delete variable.
This commit is contained in:
parent
2eaa7f1d4c
commit
9b9765b03a
1 changed files with 0 additions and 13 deletions
|
@ -67190,19 +67190,6 @@ (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-ureq-2
|
||||
(package
|
||||
(name "rust-ureq")
|
||||
|
|
Loading…
Reference in a new issue