gnu: Add rust-owning-ref-0.3.

* gnu/packages/crates-io.scm (rust-owning-ref-0.3): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Change-Id: I4a033c7669cda680679bbc614d8571b7caf70b17
This commit is contained in:
Steve George 2023-10-23 23:20:47 +01:00 committed by Efraim Flashner
parent 62ff322ea9
commit 10717c59ae
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -47207,6 +47207,22 @@ (define-public rust-owning-ref-0.4
normally prevent moving a type that has been borrowed from.")
(license license:expat)))
(define-public rust-owning-ref-0.3
(package
(inherit rust-owning-ref-0.4)
(name "rust-owning-ref")
(version "0.3.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "owning-ref" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0dqgf5hwbmvkf2ffbik5xmhvaqvqi6iklhwk9x47n0wycd0lzy6d"))))
(arguments
(list #:cargo-inputs
`(("rust-stable-deref-trait" ,rust-stable-deref-trait-1))))))
(define-public rust-p256-0.13
(package
(name "rust-p256")