mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add rust-scopeguard-0.3.
* gnu/packages/crates-io.scm (rust-scopeguard-0.3): New variable.
This commit is contained in:
parent
997a0ab548
commit
bb90286d1e
1 changed files with 15 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue