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:
Efraim Flashner 2024-09-22 15:32:40 +03:00
parent 98f2bb6689
commit 85608e77b8
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")