1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-16 12:00:35 +02:00

gnu: rust-gix-chunk-0.4: Update to 0.4.10.

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

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

View file

@ -1686,17 +1686,17 @@ implementing the standard git bitmap format.")
(define-public rust-gix-chunk-0.4
(package
(name "rust-gix-chunk")
(version "0.4.9")
(version "0.4.10")
(source
(origin
(method url-fetch)
(uri (crate-uri "gix-chunk" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1kyl2i0xld5rmy0ikgl4pf7qi1dwknpr0hrl493h032gl25vaa3c"))))
(base32 "1xxl7rfh5vgcc83qvzmf9hprdyl2iipkl4z47x6bif60lnrvxzy6"))))
(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 "Interact with the git chunk file format")
(description