me
/
guix
Archived
1
0
Fork 0

gnu: Add rust-scopeguard-0.3.

* gnu/packages/crates-io.scm (rust-scopeguard-0.3): New variable.
master
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
1 changed files with 15 additions and 0 deletions

View File

@ -1244,6 +1244,21 @@ with one of the implemented strategies.")
(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")