mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: Add rust-gix-pack-0.46.
* gnu/packages/crates-vcs.scm (rust-gix-pack-0.46): New variable. (rust-gix-pack-0.45): Inherit from rust-gix-pack-0.46. Change-Id: I4b5314cf38e67a116ddbc8009ab8dab0e6a1684d
This commit is contained in:
parent
eabd4fedc7
commit
0cda1ad892
1 changed files with 40 additions and 8 deletions
|
@ -2851,8 +2851,47 @@ (define-public rust-gix-odb-0.46
|
|||
("rust-maplit" ,rust-maplit-1)
|
||||
("rust-pretty-assertions" ,rust-pretty-assertions-1))))))
|
||||
|
||||
(define-public rust-gix-pack-0.46
|
||||
(package
|
||||
(name "rust-gix-pack")
|
||||
(version "0.46.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-pack" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "16jsy3b1rnp0xinwlaz71zsnamqzhnlys3a0bhnhf50ag514savq"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; use of undeclared create gix_testtools
|
||||
#:cargo-inputs (("rust-clru" ,rust-clru-0.6)
|
||||
("rust-document-features" ,rust-document-features-0.2)
|
||||
("rust-gix-chunk" ,rust-gix-chunk-0.4)
|
||||
("rust-gix-diff" ,rust-gix-diff-0.39)
|
||||
("rust-gix-features" ,rust-gix-features-0.37)
|
||||
("rust-gix-hash" ,rust-gix-hash-0.14)
|
||||
("rust-gix-hashtable" ,rust-gix-hashtable-0.5)
|
||||
("rust-gix-object" ,rust-gix-object-0.40)
|
||||
("rust-gix-path" ,rust-gix-path-0.10)
|
||||
("rust-gix-tempfile" ,rust-gix-tempfile-12)
|
||||
("rust-gix-traverse" ,rust-gix-traverse-0.36)
|
||||
("rust-memmap2" ,rust-memmap2-0.9)
|
||||
("rust-parking-lot" ,rust-parking-lot-0.12)
|
||||
("rust-serde" ,rust-serde-1)
|
||||
("rust-smallvec" ,rust-smallvec-1)
|
||||
("rust-thiserror" ,rust-thiserror-1)
|
||||
("rust-uluru" ,rust-uluru-3))))
|
||||
(home-page "https://github.com/Byron/gitoxide")
|
||||
(synopsis "Implements Git packs and related data structures")
|
||||
(description
|
||||
"Git packs and related data structures for Gitoxide. Gitoxide is a pure
|
||||
Rust implementation of Git.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gix-pack-0.45
|
||||
(package
|
||||
(inherit rust-gix-pack-0.46)
|
||||
(name "rust-gix-pack")
|
||||
(version "0.45.0")
|
||||
(source
|
||||
|
@ -2862,7 +2901,6 @@ (define-public rust-gix-pack-0.45
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "019jbbbxq53r5l7sfh3vcbyyzagrmxhg6vs5fgrxsvs4j8f4jsa5"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; use of undeclared create gix_testtools
|
||||
#:cargo-inputs (("rust-clru" ,rust-clru-0.6)
|
||||
|
@ -2881,13 +2919,7 @@ (define-public rust-gix-pack-0.45
|
|||
("rust-serde" ,rust-serde-1)
|
||||
("rust-smallvec" ,rust-smallvec-1)
|
||||
("rust-thiserror" ,rust-thiserror-1)
|
||||
("rust-uluru" ,rust-uluru-3))))
|
||||
(home-page "https://github.com/Byron/gitoxide")
|
||||
(synopsis "Implements Git packs and related data structures")
|
||||
(description
|
||||
"Git packs and related data structures for Gitoxide. Gitoxide is a pure
|
||||
Rust implementation of Git.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
("rust-uluru" ,rust-uluru-3))))))
|
||||
|
||||
(define-public rust-gix-pack-0.44
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue