mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-02 09:28:57 -05:00
gnu: Add rust-version-sync-0.6.
* gnu/packages/crates-io.scm (rust-version-sync-0.6): New variable.
This commit is contained in:
parent
d2aad1a894
commit
6b9396a11d
1 changed files with 30 additions and 0 deletions
|
@ -26982,6 +26982,36 @@ (define-public rust-version-sync-0.8
|
||||||
updated when the crate version changes.")
|
updated when the crate version changes.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
||||||
|
(define-public rust-version-sync-0.6
|
||||||
|
(package
|
||||||
|
(inherit rust-version-sync-0.8)
|
||||||
|
(name "rust-version-sync")
|
||||||
|
(version "0.6.0")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method url-fetch)
|
||||||
|
(uri (crate-uri "version-sync" version))
|
||||||
|
(file-name
|
||||||
|
(string-append name "-" version ".tar.gz"))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"0n33s4s4k9sy7rhlrf9lwwyqkjrgwnpfjsz0xzhfh3d3w33jaiq8"))
|
||||||
|
(modules '((guix build utils)))
|
||||||
|
(snippet
|
||||||
|
'(begin (substitute* "Cargo.toml"
|
||||||
|
(("~1.1") "1.1"))
|
||||||
|
#t))))
|
||||||
|
(arguments
|
||||||
|
`(#:cargo-inputs
|
||||||
|
(("rust-itertools" ,rust-itertools-0.7)
|
||||||
|
("rust-lazy-static" ,rust-lazy-static-1)
|
||||||
|
("rust-pulldown-cmark" ,rust-pulldown-cmark-0.1)
|
||||||
|
("rust-regex" ,rust-regex-1)
|
||||||
|
("rust-semver-parser" ,rust-semver-parser-0.9)
|
||||||
|
("rust-syn" ,rust-syn-0.15)
|
||||||
|
("rust-toml" ,rust-toml-0.4)
|
||||||
|
("rust-url" ,rust-url-1.7))))))
|
||||||
|
|
||||||
(define-public rust-void-1
|
(define-public rust-void-1
|
||||||
(package
|
(package
|
||||||
(name "rust-void")
|
(name "rust-void")
|
||||||
|
|
Loading…
Reference in a new issue