gnu: rust-vecmath-1: Drop minor version from name.

* gnu/packages/crates-io.scm (rust-vecmath-1): Drop minor version from name.
* gnu/packages/crates-graphics.scm (rust-piston2d-graphics-0.35): Apply renaming.
This commit is contained in:
Nicolas Goaziou 2021-02-05 23:30:52 +01:00
parent 0ca3e08d45
commit da33d474f9
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D
2 changed files with 2 additions and 2 deletions

View file

@ -1557,7 +1557,7 @@ nicely with Piston libraries.")
("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) ("rust-read-color" ,rust-read-color-1)
("rust-vecmath" ,rust-vecmath-1.0) ("rust-vecmath" ,rust-vecmath-1)
("rust-fnv" ,rust-fnv-1)))) ("rust-fnv" ,rust-fnv-1))))
(home-page "https://github.com/pistondevelopers/graphics") (home-page "https://github.com/pistondevelopers/graphics")
(synopsis "Library for 2D graphics that works with multiple back-ends") (synopsis "Library for 2D graphics that works with multiple back-ends")

View file

@ -41018,7 +41018,7 @@ first byte.")
(license (list license:asl2.0 (license (list license:asl2.0
license:expat)))) license:expat))))
(define-public rust-vecmath-1.0 (define-public rust-vecmath-1
(package (package
(name "rust-vecmath") (name "rust-vecmath")
(version "1.0.0") (version "1.0.0")