gnu: rust-jobserver-0.1: Update to 0.1.24.
* gnu/packages/crates-io.scm (rust-jobserver-0.1): Update to 0.1.24. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
dbe173e7c8
commit
5ac0f08c2d
1 changed files with 2 additions and 2 deletions
|
@ -29102,7 +29102,7 @@ the jni-bindgen code generator for binding to JVM APIs from Rust.")
|
|||
(define-public rust-jobserver-0.1
|
||||
(package
|
||||
(name "rust-jobserver")
|
||||
(version "0.1.22")
|
||||
(version "0.1.24")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -29111,7 +29111,7 @@ the jni-bindgen code generator for binding to JVM APIs from Rust.")
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1zg7p4khibisbvd8b1lqvvni6lr00g49d4bq2zj6m76bs7jmlbwp"))))
|
||||
"1yn1vxbbqv7dqir6qbfcj8h8ddjf89m5mhvm36h13xx7k5raf9dg"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Reference in a new issue