gnu: Add rust-scopeguard-0.3.

* gnu/packages/crates-io.scm (rust-scopeguard-0.3): New variable.
This commit is contained in:
Efraim Flashner 2019-08-28 16:24:07 +03:00
parent 997a0ab548
commit bb90286d1e
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1244,6 +1244,21 @@ (define-public rust-scopeguard
(license (list license:asl2.0
license:expat))))
(define-public rust-scopeguard-0.3
(package
(inherit rust-scopeguard)
(name "rust-scopeguard")
(version "0.3.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "scopeguard" version))
(file-name
(string-append name "-" version ".tar.gz"))
(sha256
(base32
"09sy9wbqp409pkwmqni40qmwa99ldqpl48pp95m1xw8sc19qy9cl"))))))
(define-public rust-semver-parser
(package
(name "rust-semver-parser")