gnu: rust-gix-packetline-blocking-0.17: Update to 0.17.5

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

Change-Id: I2f0c81ac0f4831790f4f67b9c446a51bf0464e3d
This commit is contained in:
Steve George 2024-10-03 19:55:13 +01:00 committed by Efraim Flashner
parent ea1d6e7abe
commit c510c1418a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -4013,14 +4013,14 @@ (define-public rust-gix-packetline-0.16
(define-public rust-gix-packetline-blocking-0.17
(package
(name "rust-gix-packetline-blocking")
(version "0.17.3")
(version "0.17.5")
(source
(origin
(method url-fetch)
(uri (crate-uri "gix-packetline-blocking" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1xx2kd51hbrrhsrixka0sc2chcyh6k090bjppzrjc3m57vfzd3na"))))
(base32 "0h3bansw7mp2p6id78lwlrs4pm8nclmql07qbxpxv657p822705r"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-bstr" ,rust-bstr-1)