mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 17:53:26 -05:00
gnu: rust-expat-sys-2: Update to 1.2.2.
* gnu/packages/crates-io.scm (rust-expat-sys-2): Update to 1.2.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
36fe12e9ae
commit
d93abc25df
1 changed files with 2 additions and 2 deletions
|
@ -18695,7 +18695,7 @@ (define-public rust-expat-sys-2
|
|||
(define-public rust-expect-test-1
|
||||
(package
|
||||
(name "rust-expect-test")
|
||||
(version "1.1.0")
|
||||
(version "1.2.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -18704,7 +18704,7 @@ (define-public rust-expect-test-1
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0cq651b3dcrw94bl03krxnvllr8kqx6vskqal0n8ydrsmdx4f013"))))
|
||||
"05nv365xd5fqydmzbsvzqz0148a1vbxp2p0r8a3ivafdvhl6ngky"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:skip-build?
|
||||
|
|
Loading…
Reference in a new issue