gnu: rust-gix-prompt-0.8: Update to 0.8.4.

* gnu/packages/crates-vcs.scm (rust-gix-prompt-0.8): Update to 0.8.4.

Change-Id: I316485b39bfc545369af97ae099c5256fdea7c2f
This commit is contained in:
Efraim Flashner 2024-03-27 10:13:06 +02:00
parent 296a55a4bf
commit bf00136d76
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351

View File

@ -3195,14 +3195,14 @@ part of Gitoxide, a Rust implementation of Git.")
(define-public rust-gix-prompt-0.8
(package
(name "rust-gix-prompt")
(version "0.8.3")
(version "0.8.4")
(source
(origin
(method url-fetch)
(uri (crate-uri "gix-prompt" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "18an2s9hxl5hizzncvfl8z4vj9hkxk5wlmnjdizw4ychrbn24hf0"))))
(base32 "1n2m39if2wkxdgs3p2w8p5arv822sqaj6p7cbp9fbdg7gjqmwcpm"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-gix-command" ,rust-gix-command-0.3)