mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: rust-jobserver-0.1: Update to 0.1.28.
* gnu/packages/crates-io.scm (rust-jobserver-0.1): Update to 0.1.28. Change-Id: If461c3902aa629471cfa61981560cfaf64aeeba0
This commit is contained in:
parent
0dcb5a1ca0
commit
50992819b3
1 changed files with 2 additions and 2 deletions
|
@ -34721,7 +34721,7 @@ (define-public rust-jni-sys-0.3
|
|||
(define-public rust-jobserver-0.1
|
||||
(package
|
||||
(name "rust-jobserver")
|
||||
(version "0.1.27")
|
||||
(version "0.1.28")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -34729,7 +34729,7 @@ (define-public rust-jobserver-0.1
|
|||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0z9w6vfqwbr6hfk9yaw7kydlh6f7k39xdlszxlh39in4acwzcdwc"))))
|
||||
"1mji1wis4w76v3issgpah2x3j1k0ybq0cz3qgypg7pkdablscimb"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
`(#:cargo-inputs
|
||||
|
|
Loading…
Reference in a new issue