mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 10:47:24 +01:00
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:
parent
b367652286
commit
c31ce238ab
1 changed files with 13 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue