mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
e48ce76e2f
commit
efe85b8d4a
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue