mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: Add rust-untrusted-0.6.
* gnu/packages/crates-io.scm (rust-untrusted-0.6): New variable.
This commit is contained in:
parent
c3e71dcea5
commit
25078818e9
1 changed files with 12 additions and 0 deletions
|
@ -25185,6 +25185,18 @@ (define-public rust-untrusted-0.7
|
|||
untrusted inputs in Rust.")
|
||||
(license license:isc)))
|
||||
|
||||
(define-public rust-untrusted-0.6
|
||||
(package/inherit rust-untrusted-0.7
|
||||
(name "rust-untrusted")
|
||||
(version "0.6.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "untrusted" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0byf88b7ca1kb5aap8f6npp6xncvg95dnma8ipmnmd4n9r5izkam"))))))
|
||||
|
||||
(define-public rust-url-2.1
|
||||
(package
|
||||
(name "rust-url")
|
||||
|
|
Loading…
Reference in a new issue