efraim pushed a commit to branch rust-team
in repository guix.

commit 54b349f3e905230e91de771bffff7f367dcab3c4
Author: Efraim Flashner <[email protected]>
AuthorDate: Wed May 17 09:06:58 2023 +0300

    gnu: Remove rust-cbindgen-0.20.
    
    * gnu/packages/rust-apps.scm (rust-cbindgen-0.20): Delete variable.
---
 gnu/packages/rust-apps.scm | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm
index 8aaacec6b3..5a98f54e69 100644
--- a/gnu/packages/rust-apps.scm
+++ b/gnu/packages/rust-apps.scm
@@ -1099,19 +1099,6 @@ rebase.")
               (base32
                "006rn3fn4njayjxr2vd24g1awssr9i3894nbmfzkybx07j728vav"))))))
 
-(define-public rust-cbindgen-0.20
-  (package
-    (inherit rust-cbindgen-0.24)
-    (name "rust-cbindgen")
-    (version "0.20.0")
-    (source (origin
-              (method url-fetch)
-              (uri (crate-uri "cbindgen" version))
-              (file-name (string-append name "-" version ".tar.gz"))
-              (sha256
-               (base32
-                "1p67vvjkxh07yfizfkvm6bjlv2bywrnl57hshcsz9h2x2qxrgqsi"))))))
-
 (define-public rust-cbindgen-0.19
   (package
     (inherit rust-cbindgen)

Reply via email to