gnu: Add rust-shadow-rs-0.35.

* gnu/packages/crates-io.scm (rust-shadow-rs-0.35): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Change-Id: I02bc6b38e81f330ea8901cb0b5e39c2c467bc371
This commit is contained in:
Jordan Moore 2024-12-02 22:00:40 -05:00 committed by Efraim Flashner
parent b367652286
commit c31ce238ab
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -75053,6 +75053,19 @@ (define-public rust-shadow-rs-0.36
exactly where a binary came from and how it was built.")
(license (list license:expat license:asl2.0))))
(define-public rust-shadow-rs-0.35
(package
(inherit rust-shadow-rs-0.36)
(name "rust-shadow-rs")
(version "0.35.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "shadow-rs" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "11w6677ymsb69fy716adf51zjbzwgkkyf5arz41563gcnf7k5cpi"))))))
(define-public rust-shadow-rs-0.26
(package
(inherit rust-shadow-rs-0.36)