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:
Efraim Flashner 2024-01-03 10:01:37 +02:00
parent 0156a8ae0b
commit a4b853c8ff
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")