gnu: rust-gix-packetline-0.17: Update to 0.17.6.

* gnu/packages/crates-vcs.scm (rust-gix-packetline-0.17): Update to 0.17.6.

Change-Id: I13c8e0abe9035004290fa1e1069b7e084407ac2c
This commit is contained in:
Steve George 2024-10-04 12:17:47 +01:00 committed by Efraim Flashner
parent 5ccb0aa58f
commit dd0e711fff
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -4249,14 +4249,15 @@ Rust implementation of Git.")
(define-public rust-gix-packetline-0.17
(package
(name "rust-gix-packetline")
(version "0.17.5")
(version "0.17.6")
(source
(origin
(method url-fetch)
(uri (crate-uri "gix-packetline" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "05d5airkhk7pykgs4p1nwvscv62hb106xyjxnvavc0q9vaz8c15p"))))
(base32
"0jay9kgy8fgc809xcipgwhz430a4pyywhcb7c0n25yp2bx6yyhwc"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-bstr" ,rust-bstr-1)