1
Fork 0
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:
Herman Rimm 2024-12-25 17:01:37 +01:00 committed by Efraim Flashner
parent eb6b2efc1b
commit 0d9a851a0b
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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