mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
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:
parent
ea1d6e7abe
commit
c510c1418a
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue