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
30f31859ac
commit
bac6a22951
1 changed files with 2 additions and 2 deletions
|
@ -29246,7 +29246,7 @@ (define-public rust-jni-sys-0.3
|
|||
(define-public rust-jobserver-0.1
|
||||
(package
|
||||
(name "rust-jobserver")
|
||||
(version "0.1.22")
|
||||
(version "0.1.24")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -29255,7 +29255,7 @@ (define-public rust-jobserver-0.1
|
|||
(string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1zg7p4khibisbvd8b1lqvvni6lr00g49d4bq2zj6m76bs7jmlbwp"))))
|
||||
"1yn1vxbbqv7dqir6qbfcj8h8ddjf89m5mhvm36h13xx7k5raf9dg"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue