gnu: Add rust-untrusted-0.6.
authorHartmut Goebel <h.goebel@crazy-compilers.com>
Sat, 25 Apr 2020 10:22:08 +0000 (12:22 +0200)
committerHartmut Goebel <h.goebel@crazy-compilers.com>
Tue, 5 May 2020 11:20:41 +0000 (13:20 +0200)
* gnu/packages/crates-io.scm (rust-untrusted-0.6): New variable.

gnu/packages/crates-io.scm

index 1aed6ae..886cc6f 100644 (file)
@@ -25185,6 +25185,18 @@ whitespace from a string.")
 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")