mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: rust-syscallz-0.15: Update to 0.16.2.
* gnu/packages/crates-io.scm (rust-syscallz-0.16): New variable. (rust-syscallz-0.15): Remove variable.
This commit is contained in:
parent
3a24d1945f
commit
c2c401b089
1 changed files with 7 additions and 5 deletions
|
@ -60794,10 +60794,10 @@ (define-public rust-sys-locale-0.1
|
||||||
no_std compatible by default, only relying on alloc.")
|
no_std compatible by default, only relying on alloc.")
|
||||||
(license (list license:expat license:asl2.0))))
|
(license (list license:expat license:asl2.0))))
|
||||||
|
|
||||||
(define-public rust-syscallz-0.15
|
(define-public rust-syscallz-0.16
|
||||||
(package
|
(package
|
||||||
(name "rust-syscallz")
|
(name "rust-syscallz")
|
||||||
(version "0.15.0")
|
(version "0.16.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -60806,15 +60806,17 @@ (define-public rust-syscallz-0.15
|
||||||
(string-append name "-" version ".tar.gz"))
|
(string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0z5yfgb6086gdvbrm8lm0i745j6d8qw653xxy3mlrzdcjk3j1skz"))))
|
"1bd6k8v52fwvzspz6g8rrlrc0wffcbx022xvi62bb0z5czrgf3qi"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
(("rust-log" ,rust-log-0.4)
|
(("rust-log" ,rust-log-0.4)
|
||||||
("rust-pkg-config" ,rust-pkg-config-0.3)
|
("rust-pkg-config" ,rust-pkg-config-0.3)
|
||||||
("rust-seccomp-sys" ,rust-seccomp-sys-0.1)
|
("rust-seccomp-sys" ,rust-seccomp-sys-0.1)
|
||||||
("rust-strum" ,rust-strum-0.19)
|
("rust-strum" ,rust-strum-0.21)
|
||||||
("rust-strum-macros" ,rust-strum-macros-0.19))))
|
("rust-strum-macros" ,rust-strum-macros-0.21))
|
||||||
|
#:cargo-development-inputs
|
||||||
|
(("rust-libc" ,rust-libc-0.2))))
|
||||||
(inputs (list libseccomp))
|
(inputs (list libseccomp))
|
||||||
(home-page "https://github.com/kpcyrd/syscallz-rs")
|
(home-page "https://github.com/kpcyrd/syscallz-rs")
|
||||||
(synopsis "Simple seccomp library for rust")
|
(synopsis "Simple seccomp library for rust")
|
||||||
|
|
Loading…
Reference in a new issue