mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: rust-gix-hash-0.13: Update to 0.13.3.
* gnu/packages/crates-vcs.scm (rust-gix-hash-0.13): Update to 0.13.3. [cargo-inputs]: Replace rust-faster-hex-0.8 with 0.9. Change-Id: I7d580c4a7c0b2f90213232b2c46402b674878642
This commit is contained in:
parent
0156a8ae0b
commit
a4b853c8ff
1 changed files with 3 additions and 3 deletions
|
@ -1679,18 +1679,18 @@ (define-public rust-gix-glob-0.8
|
|||
(define-public rust-gix-hash-0.13
|
||||
(package
|
||||
(name "rust-gix-hash")
|
||||
(version "0.13.1")
|
||||
(version "0.13.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-hash" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "0q6c3jjp6q17w7879lwi7r1xw2zr489yk75yq4bm51x03sscg10q"))))
|
||||
(base32 "1q1xcp8f5prpyr4x62jixrlgm99snscnf87bny1faqvg4v1gi30z"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-document-features" ,rust-document-features-0.2)
|
||||
("rust-faster-hex" ,rust-faster-hex-0.8)
|
||||
("rust-faster-hex" ,rust-faster-hex-0.9)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-thiserror" ,rust-thiserror-1))))
|
||||
(home-page "https://github.com/Byron/gitoxide")
|
||||
|
|
Loading…
Reference in a new issue