me
/
guix
Archived
1
0
Fork 0

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

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

Change-Id: I0f20a0d6eb0e86db8bb71ecf1fbb03e7a6d10f50
master
Efraim Flashner 2024-03-27 10:14:16 +02:00
parent b21d5cf383
commit eabd4fedc7
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

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