gnu: rust-gix-bitmap-0.2: Update to 0.2.13.

* gnu/packages/crates-vcs.scm (rust-gix-bitmap-0.2): Update to 0.2.13.
[cargo-inputs]: Replace rust-thiserror-1 with 2.

Change-Id: If87ebf75d5af1310d3002c0c879f67fab47eb714
This commit is contained in:
Efraim Flashner 2024-12-24 12:11:56 +02:00
parent e48ce76e2f
commit efe85b8d4a
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1665,17 +1665,17 @@ package provides a way to identify Git actors.")
(define-public rust-gix-bitmap-0.2
(package
(name "rust-gix-bitmap")
(version "0.2.12")
(version "0.2.13")
(source
(origin
(method url-fetch)
(uri (crate-uri "gix-bitmap" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1yifqwnvj1jw19ndi1hrg7mz9ja2qg5jxg2xpr921l4b50987xqh"))))
(base32 "0lvbqvxsj12f628rf279gffrf10a6jxmnjjbk7m1m25w9dxqk2yl"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-thiserror" ,rust-thiserror-1))))
`(#:cargo-inputs (("rust-thiserror" ,rust-thiserror-2))))
(home-page "https://github.com/Byron/gitoxide")
(synopsis "Implement the standard git bitmap format")
(description