mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ pkt-line serialization format.")
|
||||||
(define-public rust-gix-packetline-blocking-0.17
|
(define-public rust-gix-packetline-blocking-0.17
|
||||||
(package
|
(package
|
||||||
(name "rust-gix-packetline-blocking")
|
(name "rust-gix-packetline-blocking")
|
||||||
(version "0.17.3")
|
(version "0.17.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "gix-packetline-blocking" version))
|
(uri (crate-uri "gix-packetline-blocking" version))
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1xx2kd51hbrrhsrixka0sc2chcyh6k090bjppzrjc3m57vfzd3na"))))
|
(base32 "0h3bansw7mp2p6id78lwlrs4pm8nclmql07qbxpxv657p822705r"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs (("rust-bstr" ,rust-bstr-1)
|
`(#:cargo-inputs (("rust-bstr" ,rust-bstr-1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue