mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
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:
parent
0ca3e08d45
commit
da33d474f9
2 changed files with 2 additions and 2 deletions
|
@ -1557,7 +1557,7 @@ nicely with Piston libraries.")
|
|||
("rust-piston-texture" ,rust-piston-texture-0.8)
|
||||
("rust-piston-viewport" ,rust-piston-viewport-1)
|
||||
("rust-read-color" ,rust-read-color-1)
|
||||
("rust-vecmath" ,rust-vecmath-1.0)
|
||||
("rust-vecmath" ,rust-vecmath-1)
|
||||
("rust-fnv" ,rust-fnv-1))))
|
||||
(home-page "https://github.com/pistondevelopers/graphics")
|
||||
(synopsis "Library for 2D graphics that works with multiple back-ends")
|
||||
|
|
|
@ -41018,7 +41018,7 @@ first byte.")
|
|||
(license (list license:asl2.0
|
||||
license:expat))))
|
||||
|
||||
(define-public rust-vecmath-1.0
|
||||
(define-public rust-vecmath-1
|
||||
(package
|
||||
(name "rust-vecmath")
|
||||
(version "1.0.0")
|
||||
|
|
Loading…
Add table
Reference in a new issue