mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: rust-gix-chunk-0.4: Update to 0.4.9.
* gnu/packages/crates-vcs.scm (rust-gix-chunk-0.4): Update to 0.4.9. Change-Id: I938b86a7f546ecc859b1187e1e91b617815cc1ef
This commit is contained in:
parent
824cd3ef34
commit
8fd08ab842
1 changed files with 2 additions and 2 deletions
|
@ -1565,14 +1565,14 @@ implementing the standard git bitmap format.")
|
|||
(define-public rust-gix-chunk-0.4
|
||||
(package
|
||||
(name "rust-gix-chunk")
|
||||
(version "0.4.8")
|
||||
(version "0.4.9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-chunk" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0lhcmzamr5rlcw8h9bvsjqn9dak1mwj3ng2i1djaf6wnd48pbj25"))))
|
||||
(base32 "1kyl2i0xld5rmy0ikgl4pf7qi1dwknpr0hrl493h032gl25vaa3c"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-thiserror" ,rust-thiserror-1))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue