diff options
author | msglm <msglm@techchud.xyz> | 2024-03-13 06:39:53 -0500 |
---|---|---|
committer | msglm <msglm@techchud.xyz> | 2024-03-13 06:39:53 -0500 |
commit | ce2ddae80fd46b967bd4bdd87073ef06f3947a17 (patch) | |
tree | 8c3d028f251b2fa47c18546b976ba9f6ad2aa40b /unlustig.scm | |
parent | 690420f3d065d24e913e6de00c2b10badb0ba763 (diff) | |
download | guix-msglm-ce2ddae80fd46b967bd4bdd87073ef06f3947a17.tar.gz guix-msglm-ce2ddae80fd46b967bd4bdd87073ef06f3947a17.tar.bz2 guix-msglm-ce2ddae80fd46b967bd4bdd87073ef06f3947a17.zip |
rust-clippy-0.0-302 -> rust-clippy-0.0
Diffstat (limited to 'unlustig.scm')
-rw-r--r-- | unlustig.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unlustig.scm b/unlustig.scm index 509ad6d..9075864 100644 --- a/unlustig.scm +++ b/unlustig.scm @@ -856,7 +856,7 @@ See winapi for types and constants.") (base32 "14haziy946c4m8h5bgg3c98558rbjim3jnl1c5zjdi4fm8r0f3hv")))) (build-system cargo-build-system) (arguments - `(#:cargo-inputs (("rust-clippy" ,rust-clippy-0.0.302)))) + `(#:cargo-inputs (("rust-clippy" ,rust-clippy-0.0)))) (home-page "https://serde.rs") (synopsis "A generic serialization/deserialization framework") (description |