mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add rust-gix-refspec-0.19.
* gnu/packages/crates-vcs.scm (rust-gix-refspec-0.19): New variable. (rust-gix-refspec-0.18): Inherit from rust-gix-refspec-0.19. Change-Id: I7e8f481bc2afc1ac3172861bbdfeef89600af59a
This commit is contained in:
parent
093a33c50b
commit
5a15ce2871
1 changed files with 24 additions and 4 deletions
|
@ -2885,22 +2885,22 @@ (define-public rust-gix-ref-0.30
|
|||
#:cargo-development-inputs
|
||||
(("rust-tempfile" ,rust-tempfile-3))))))
|
||||
|
||||
(define-public rust-gix-refspec-0.18
|
||||
(define-public rust-gix-refspec-0.19
|
||||
(package
|
||||
(name "rust-gix-refspec")
|
||||
(version "0.18.0")
|
||||
(version "0.19.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-refspec" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "07pniqh74kkm0n727m7wjxgrgwnaypljkhsh8nyw7wvh3rxwp588"))))
|
||||
(base32 "1rx6q4k13zciaajz9a6g1wb1w70y92m6fzqc30xb9g8xqi69gc6c"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-bstr" ,rust-bstr-1)
|
||||
("rust-gix-hash" ,rust-gix-hash-0.13)
|
||||
("rust-gix-revision" ,rust-gix-revision-0.22)
|
||||
("rust-gix-revision" ,rust-gix-revision-0.23)
|
||||
("rust-gix-validate" ,rust-gix-validate-0.8)
|
||||
("rust-smallvec" ,rust-smallvec-1)
|
||||
("rust-thiserror" ,rust-thiserror-1))))
|
||||
|
@ -2911,6 +2911,26 @@ (define-public rust-gix-refspec-0.18
|
|||
a pure Rust implementation of Git.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gix-refspec-0.18
|
||||
(package
|
||||
(inherit rust-gix-refspec-0.19)
|
||||
(name "rust-gix-refspec")
|
||||
(version "0.18.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-refspec" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "07pniqh74kkm0n727m7wjxgrgwnaypljkhsh8nyw7wvh3rxwp588"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-bstr" ,rust-bstr-1)
|
||||
("rust-gix-hash" ,rust-gix-hash-0.13)
|
||||
("rust-gix-revision" ,rust-gix-revision-0.22)
|
||||
("rust-gix-validate" ,rust-gix-validate-0.8)
|
||||
("rust-smallvec" ,rust-smallvec-1)
|
||||
("rust-thiserror" ,rust-thiserror-1))))))
|
||||
|
||||
(define-public rust-gix-refspec-0.11
|
||||
(package
|
||||
(inherit rust-gix-refspec-0.18)
|
||||
|
|
Loading…
Reference in a new issue