gnu: rust-gix-command-0.3: Update to 0.3.11.

* gnu/packages/crates-vcs.scm (rust-gix-command-0.3): Update to 0.3.11.

Change-Id: If97c145fdf7395b9f5b2712e61c1a2e1e3cc384f
This commit is contained in:
Efraim Flashner 2024-12-24 12:12:55 +02:00
parent 8f98a75141
commit dcef7fb505
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1707,14 +1707,14 @@ (define-public rust-gix-chunk-0.4
(define-public rust-gix-command-0.3
(package
(name "rust-gix-command")
(version "0.3.10")
(version "0.3.11")
(source
(origin
(method url-fetch)
(uri (crate-uri "gix-command" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0ijqxwlnl7ikmhkhfp5yfhnxj7kmdyb0mz9qcrd3dqncx6wx40f2"))))
(base32 "0lzyg587s4rcrlvi42ml744ardqy6l5vh7hrx3bkyib47a7nnzbd"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ; use of undeclared crate or module `gix_testtools`