mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 06:36:37 -05:00
gnu: Add rust-gix-tempfile-12.
* gnu/packages/crates-vcs.scm (rust-gix-tempfile-12): New variable. (rust-gix-tempfile-11): Inherit from rust-gix-tempfile-12. Change-Id: If226dbb0352664809b8328cfc37d154af8676a09
This commit is contained in:
parent
cdc07fc4db
commit
5fb17672ad
1 changed files with 27 additions and 4 deletions
|
@ -4030,22 +4030,22 @@ (define-public rust-gix-submodule-0.4
|
|||
("rust-gix-url" ,rust-gix-url-0.24)
|
||||
("rust-thiserror" ,rust-thiserror-1))))))
|
||||
|
||||
(define-public rust-gix-tempfile-11
|
||||
(define-public rust-gix-tempfile-12
|
||||
(package
|
||||
(name "rust-gix-tempfile")
|
||||
(version "11.0.1")
|
||||
(version "12.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-tempfile" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "08vykvfdgxvqqm63zav1rw730qm6cdnnvqni52dwcvm82j8x539q"))))
|
||||
(base32 "1aiypbizzx997lw8yvz2sk4nnmxz1yq233j5kc8my7wbf5nkgvx8"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-dashmap" ,rust-dashmap-5)
|
||||
("rust-document-features" ,rust-document-features-0.2)
|
||||
("rust-gix-fs" ,rust-gix-fs-0.8)
|
||||
("rust-gix-fs" ,rust-gix-fs-0.9)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-once-cell" ,rust-once-cell-1)
|
||||
("rust-parking-lot" ,rust-parking-lot-0.12)
|
||||
|
@ -4059,6 +4059,29 @@ (define-public rust-gix-tempfile-11
|
|||
tempfile capability with a global registry to assure clean-up.")
|
||||
(license (list license:expat license:asl2.0))))
|
||||
|
||||
(define-public rust-gix-tempfile-11
|
||||
(package
|
||||
(inherit rust-gix-tempfile-12)
|
||||
(name "rust-gix-tempfile")
|
||||
(version "11.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "gix-tempfile" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32 "08vykvfdgxvqqm63zav1rw730qm6cdnnvqni52dwcvm82j8x539q"))))
|
||||
(arguments
|
||||
`(#:cargo-inputs (("rust-dashmap" ,rust-dashmap-5)
|
||||
("rust-document-features" ,rust-document-features-0.2)
|
||||
("rust-gix-fs" ,rust-gix-fs-0.8)
|
||||
("rust-libc" ,rust-libc-0.2)
|
||||
("rust-once-cell" ,rust-once-cell-1)
|
||||
("rust-parking-lot" ,rust-parking-lot-0.12)
|
||||
("rust-signal-hook" ,rust-signal-hook-0.3)
|
||||
("rust-signal-hook-registry" ,rust-signal-hook-registry-1)
|
||||
("rust-tempfile" ,rust-tempfile-3))))))
|
||||
|
||||
(define-public rust-gix-tempfile-10
|
||||
(package
|
||||
(inherit rust-gix-tempfile-11)
|
||||
|
|
Loading…
Reference in a new issue