gnu: Add rust-gix-commitgraph-0.24.

gnu/packages/crates-vcs.scm(rust-gix-commitgraph-0.24): New variable.
(rust-gix-commitgraph-0.23): Inherit from rust-gix-commitgraph-0.24.

Change-Id: Ide39ab173cef8f6b16f3d9e1a41bd5e3a084b950
This commit is contained in:
Steve George 2024-10-02 20:27:55 +01:00 committed by Efraim Flashner
parent 376e0ce836
commit 3ac90bdcf5
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1401,8 +1401,38 @@ (define-public rust-gix-command-0.2
`(#:tests? #f ; use of undeclared crate or module `gix_testtools`
#:cargo-inputs (("rust-bstr" ,rust-bstr-1))))))
(define-public rust-gix-commitgraph-0.24
(package
(name "rust-gix-commitgraph")
(version "0.24.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "gix-commitgraph" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "0y7wc0y0xb0kh3c22pj3ns04zdqglqb22gj71kn3cn2ngzv0cfqk"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
(("rust-bstr" ,rust-bstr-1)
("rust-document-features" ,rust-document-features-0.2)
("rust-gix-chunk" ,rust-gix-chunk-0.4)
("rust-gix-features" ,rust-gix-features-0.38)
("rust-gix-hash" ,rust-gix-hash-0.14)
("rust-memmap2" ,rust-memmap2-0.9)
("rust-serde" ,rust-serde-1)
("rust-thiserror" ,rust-thiserror-1))))
(home-page "https://github.com/Byron/gitoxide")
(synopsis "Read only access to the Git commitgraph file format")
(description
"Part of the Gitoxide project, a pure Rust implementation of Git. This
package provides read only access to Git's commitgraph file format.")
(license (list license:expat license:asl2.0))))
(define-public rust-gix-commitgraph-0.23
(package
(inherit rust-gix-commitgraph-0.24)
(name "rust-gix-commitgraph")
(version "0.23.2")
(source
@ -1412,7 +1442,6 @@ (define-public rust-gix-commitgraph-0.23
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1z0hn19phbwcwmvp6mn21pvmlq92jyjzw19y0rvs87wm6kscp3by"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-bstr" ,rust-bstr-1)
("rust-document-features" ,rust-document-features-0.2)
@ -1421,12 +1450,7 @@ (define-public rust-gix-commitgraph-0.23
("rust-gix-hash" ,rust-gix-hash-0.14)
("rust-memmap2" ,rust-memmap2-0.9)
("rust-serde" ,rust-serde-1)
("rust-thiserror" ,rust-thiserror-1))))
(home-page "https://github.com/Byron/gitoxide")
(synopsis "Read only access to Git the commitgraph file format")
(description "Part of Gitoxide, a pure Rust implementation of Git. This
package provides read only access to git commitgraph file.")
(license (list license:expat license:asl2.0))))
("rust-thiserror" ,rust-thiserror-1))))))
(define-public rust-gix-commitgraph-0.22
(package