mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 23:06:59 +01:00
gnu: rust-read-color-1: Drop minor version from name.
* gnu/packages/crates-io.scm (rust-read-color-1): Drop minor version from name. * gnu/packages/crates-graphics.scm (rust-piston2d-graphics-0.35): Apply renaming.
This commit is contained in:
parent
e40d379de3
commit
35e3782a67
2 changed files with 2 additions and 2 deletions
|
@ -1556,7 +1556,7 @@ (define-public rust-piston2d-graphics-0.35
|
|||
("rust-rusttype" ,rust-rusttype-0.7)
|
||||
("rust-piston-texture" ,rust-piston-texture-0.8)
|
||||
("rust-piston-viewport" ,rust-piston-viewport-1)
|
||||
("rust-read-color" ,rust-read-color-1.0)
|
||||
("rust-read-color" ,rust-read-color-1)
|
||||
("rust-vecmath" ,rust-vecmath-1.0)
|
||||
("rust-fnv" ,rust-fnv-1))))
|
||||
(home-page "https://github.com/pistondevelopers/graphics")
|
||||
|
|
|
@ -28125,7 +28125,7 @@ (define-public rust-rdrand-0.4
|
|||
@code{rdrand} and @code{rdseed} instructions")
|
||||
(license license:isc)))
|
||||
|
||||
(define-public rust-read-color-1.0
|
||||
(define-public rust-read-color-1
|
||||
(package
|
||||
(name "rust-read-color")
|
||||
(version "1.0.0")
|
||||
|
|
Loading…
Reference in a new issue