mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: rust-completest-0.4: Update to 0.4.2.
* gnu/packages/crates-io.scm (rust-completest-0.4): Update to 0.4.2. Change-Id: Ie455783649396cba791ee9ba0ef8cea9b350847e
This commit is contained in:
parent
98f2bb6689
commit
85608e77b8
1 changed files with 2 additions and 2 deletions
|
@ -14987,14 +14987,14 @@ (define-public rust-compiletest-rs-0.2
|
|||
(define-public rust-completest-0.4
|
||||
(package
|
||||
(name "rust-completest")
|
||||
(version "0.4.0")
|
||||
(version "0.4.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "completest" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0hag3094ybxv5m1fcj6mgzg36c6vrywszq8cgynk10cgr90y0ac2"))))
|
||||
(base32 "1nsxyiz1dnwy2pk5n17lbhiijgcy9rc4g5sr1w2als0kwvzy23a1"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/assert-rs/completest")
|
||||
(synopsis "Run completions for your program")
|
||||
|
|
Loading…
Reference in a new issue