mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
5ccb0aa58f
commit
dd0e711fff
1 changed files with 3 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue