mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 04:20:44 +02:00
gnu: rust-rustfix-0.4: Use inherit syntax.
* gnu/packages/crates-io.scm (rust-rustfix-0.4): Use inherit. Change-Id: I5c49e7b9209c92d26f32bb122063bc2ec448b982 Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
parent
eb6b2efc1b
commit
0d9a851a0b
1 changed files with 2 additions and 1 deletions
|
@ -72854,7 +72854,8 @@ rustc compiler.")
|
|||
("rust-tempdir" ,rust-tempdir-0.3))))))
|
||||
|
||||
(define-public rust-rustfix-0.4
|
||||
(package/inherit rust-rustfix-0.5
|
||||
(package
|
||||
(inherit rust-rustfix-0.5)
|
||||
(name "rust-rustfix")
|
||||
(version "0.4.6")
|
||||
(source
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue