mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: rust-completest-pty-0.5: Update to 0.5.5.
* gnu/packages/crates-io.scm (rust-completest-pty-0.5): Update to 0.5.5. Change-Id: If4a77ab5e6a7f0fad98cb5bffe137178753b7d36
This commit is contained in:
parent
85608e77b8
commit
2ccbf543ec
1 changed files with 2 additions and 2 deletions
|
@ -15005,14 +15005,14 @@ (define-public rust-completest-0.4
|
|||
(define-public rust-completest-pty-0.5
|
||||
(package
|
||||
(name "rust-completest-pty")
|
||||
(version "0.5.0")
|
||||
(version "0.5.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "completest-pty" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "11fib7yly355yjkzjp8bj5rqvv83xlm7mrkbc6bqyq3zw9r14v9a"))))
|
||||
(base32 "04s30kz6rvi4d7grx8my5siwmfiv6sm09ib152yj5ccxk4mg5lpv"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-completest" ,rust-completest-0.4)
|
||||
|
|
Loading…
Reference in a new issue