mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: rust-gix-chunk-0.4: Update to 0.4.7.
* gnu/packages/crates-vcs.scm (rust-gix-chunk-0.4): Update to 0.4.7. Change-Id: Ica92127f150784d888ab45f6dd0abff08ee2ef48
This commit is contained in:
parent
78eff348dc
commit
683bbec672
1 changed files with 2 additions and 2 deletions
|
@ -884,14 +884,14 @@ (define-public rust-gix-bitmap-0.2
|
|||
(define-public rust-gix-chunk-0.4
|
||||
(package
|
||||
(name "rust-gix-chunk")
|
||||
(version "0.4.4")
|
||||
(version "0.4.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-chunk" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "14s4f3g8n6yk6q28f60528wzcf10g8y8ycih04098y8g89jflhjv"))))
|
||||
(base32 "0y2wp3clilp5rdl727x4q4qw1chbgq91l9spq6h7d07nmkgccgh0"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-thiserror" ,rust-thiserror-1))))
|
||||
|
|
Loading…
Reference in a new issue