gnu: Add rust-gix-hash-0.14.

* gnu/packages/crates-vcs.scm (rust-gix-hash-0.14): New variable.
(rust-gix-hash-0.13): Inherit from rust-gix-hash-0.14.

Change-Id: I189ef21e2eb827f7d91a437e62b4c137d0810c17
This commit is contained in:
Efraim Flashner 2024-03-27 10:18:56 +02:00
parent 24a0f50f77
commit f24cd4401e
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -2064,17 +2064,17 @@ (define-public rust-gix-glob-0.8
("rust-gix-path" ,rust-gix-path-0.8)
("rust-serde" ,rust-serde-1))))))
(define-public rust-gix-hash-0.13
(define-public rust-gix-hash-0.14
(package
(name "rust-gix-hash")
(version "0.13.3")
(version "0.14.2")
(source
(origin
(method url-fetch)
(uri (crate-uri "gix-hash" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1q1xcp8f5prpyr4x62jixrlgm99snscnf87bny1faqvg4v1gi30z"))))
(base32 "0pjdlxbqxd9lbkccryfw2ghifiq3gz9h8ylliw0va8b16vvpsggr"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs (("rust-document-features" ,rust-document-features-0.2)
@ -2089,6 +2089,24 @@ (define-public rust-gix-hash-0.13
package is part of Gitoxide, a pure Rust implementation of Git.")
(license (list license:expat license:asl2.0))))
(define-public rust-gix-hash-0.13
(package
(inherit rust-gix-hash-0.14)
(name "rust-gix-hash")
(version "0.13.3")
(source
(origin
(method url-fetch)
(uri (crate-uri "gix-hash" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1q1xcp8f5prpyr4x62jixrlgm99snscnf87bny1faqvg4v1gi30z"))))
(arguments
`(#:cargo-inputs (("rust-document-features" ,rust-document-features-0.2)
("rust-faster-hex" ,rust-faster-hex-0.9)
("rust-serde" ,rust-serde-1)
("rust-thiserror" ,rust-thiserror-1))))))
(define-public rust-gix-hash-0.11
(package
(inherit rust-gix-hash-0.13)