gnu: Add rust-gix-glob-0.13.

* gnu/packages/crates-io.scm (rust-gix-glob-0.13): New variable.
(rust-gix-glob-0.8): Inherit from rust-gix-glob-0.13.

Change-Id: I3999b479d8d08c658fadf0da4cbed63475555e34
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Steve George 2023-11-09 19:38:03 +00:00 committed by Efraim Flashner
parent c470c771ed
commit 0a0d5be599
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -30853,8 +30853,36 @@ (define-public rust-gix-fs-0.2
`gitoxide`.")
(license (list license:expat license:asl2.0))))
(define-public rust-gix-glob-0.13
(package
(name "rust-gix-glob")
(version "0.13.0")
(source
(origin
(method url-fetch)
(uri (crate-uri "gix-glob" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "17dix59mc93m8z97ywkgpssjsmjgl4cfkifja7vxql8jy62nxmx9"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ; no method named `trim_start` found for reference `&BStr`
#:cargo-inputs (("rust-bitflags" ,rust-bitflags-2)
("rust-bstr" ,rust-bstr-1)
("rust-document-features" ,rust-document-features-0.2)
("rust-gix-features" ,rust-gix-features-0.35)
("rust-gix-path" ,rust-gix-path-0.10)
("rust-serde" ,rust-serde-1))))
(home-page "https://github.com/Byron/gitoxide")
(synopsis "Gitoxide project crate dealing with pattern matching")
(description
"This package provides a crate of the gitoxide project dealing with pattern
matching.")
(license (list license:expat license:asl2.0))))
(define-public rust-gix-glob-0.8
(package
(inherit rust-gix-glob-0.13)
(name "rust-gix-glob")
(version "0.8.0")
(source
@ -30864,7 +30892,6 @@ (define-public rust-gix-glob-0.8
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "13jm1anf9xkp0hpzv9va72b9003kmwflx0ni0fbhf7xbh0gdw2nd"))))
(build-system cargo-build-system)
(arguments
`(#:tests? #f ; no method named `trim_start` found for reference `&BStr`
#:cargo-inputs
@ -30873,13 +30900,7 @@ (define-public rust-gix-glob-0.8
("rust-document-features" ,rust-document-features-0.2)
("rust-gix-features" ,rust-gix-features-0.30)
("rust-gix-path" ,rust-gix-path-0.8)
("rust-serde" ,rust-serde-1))))
(home-page "https://github.com/Byron/gitoxide")
(synopsis "Crate of the gitoxide project dealing with pattern matching")
(description
"This package provides a crate of the gitoxide project dealing with pattern
matching.")
(license (list license:expat license:asl2.0))))
("rust-serde" ,rust-serde-1))))))
(define-public rust-gix-hash-0.13
(package