me
/
guix
Archived
1
0
Fork 0

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.
master
Nicolas Goaziou 2021-02-05 23:14:37 +01:00
parent e40d379de3
commit 35e3782a67
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
2 changed files with 2 additions and 2 deletions

View File

@ -1556,7 +1556,7 @@ nicely with Piston libraries.")
("rust-rusttype" ,rust-rusttype-0.7) ("rust-rusttype" ,rust-rusttype-0.7)
("rust-piston-texture" ,rust-piston-texture-0.8) ("rust-piston-texture" ,rust-piston-texture-0.8)
("rust-piston-viewport" ,rust-piston-viewport-1) ("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-vecmath" ,rust-vecmath-1.0)
("rust-fnv" ,rust-fnv-1)))) ("rust-fnv" ,rust-fnv-1))))
(home-page "https://github.com/pistondevelopers/graphics") (home-page "https://github.com/pistondevelopers/graphics")

View File

@ -28125,7 +28125,7 @@ reference counting.")
@code{rdrand} and @code{rdseed} instructions") @code{rdrand} and @code{rdseed} instructions")
(license license:isc))) (license license:isc)))
(define-public rust-read-color-1.0 (define-public rust-read-color-1
(package (package
(name "rust-read-color") (name "rust-read-color")
(version "1.0.0") (version "1.0.0")