me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-cbindgen-0.20.

* gnu/packages/rust-apps.scm (rust-cbindgen-0.20): New variable.
master
Maxim Cournoyer 2023-02-08 15:36:57 -05:00
parent ace43deb2e
commit 8d79f78e3e
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 13 additions and 0 deletions

View File

@ -1075,6 +1075,19 @@ 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)