mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 03:15:09 -05:00
gnu: rust-ordered-float-1: Drop minor version from name.
* gnu/packages/crates-io.scm (rust-ordered-float-1): Drop minor version from name. (rust-rkv-0.10): (rust-rusttype-0.8): Apply renaming.
This commit is contained in:
parent
ed65f44a0e
commit
88f22e023a
1 changed files with 3 additions and 3 deletions
|
@ -23429,7 +23429,7 @@ (define-public rust-ord-subset-3
|
|||
PartialOrd types, like floats.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-ordered-float-1.0
|
||||
(define-public rust-ordered-float-1
|
||||
(package
|
||||
(name "rust-ordered-float")
|
||||
(version "1.0.2")
|
||||
|
@ -28931,7 +28931,7 @@ (define-public rust-rkv-0.10
|
|||
("rust-failure" ,rust-failure-0.1)
|
||||
("rust-lazy-static" ,rust-lazy-static-1)
|
||||
("rust-lmdb-rkv" ,rust-lmdb-rkv-0.14)
|
||||
("rust-ordered-float" ,rust-ordered-float-1.0)
|
||||
("rust-ordered-float" ,rust-ordered-float-1)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-serde-derive" ,rust-serde-derive-1)
|
||||
("rust-url" ,rust-url-2)
|
||||
|
@ -30403,7 +30403,7 @@ (define-public rust-rusttype-0.8
|
|||
("rust-libm" ,rust-libm-0.2)
|
||||
("rust-linked-hash-map" ,rust-linked-hash-map-0.5)
|
||||
("rust-num-cpus" ,rust-num-cpus-1)
|
||||
("rust-ordered-float" ,rust-ordered-float-1.0)
|
||||
("rust-ordered-float" ,rust-ordered-float-1)
|
||||
("rust-rustc-hash" ,rust-rustc-hash-1)
|
||||
("rust-stb-truetype" ,rust-stb-truetype-0.3))))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue