mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-24 11:39:46 -05:00
gnu: rust-jobserver-0.1: Update to 0.1.27.
* gnu/packages/crates-io.scm (rust-jobserver-0.1): Update to 0.1.27. Change-Id: I1f1be7f83b553722192497a21f50c877840aaf78
This commit is contained in:
parent
ee9872993f
commit
010b66a3ec
1 changed files with 3 additions and 4 deletions
|
@ -34685,16 +34685,15 @@ (define-public rust-jni-sys-0.3
|
||||||
(define-public rust-jobserver-0.1
|
(define-public rust-jobserver-0.1
|
||||||
(package
|
(package
|
||||||
(name "rust-jobserver")
|
(name "rust-jobserver")
|
||||||
(version "0.1.26")
|
(version "0.1.27")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (crate-uri "jobserver" version))
|
(uri (crate-uri "jobserver" version))
|
||||||
(file-name
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(string-append name "-" version ".tar.gz"))
|
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hkprvh1zp5s3qwjjwwhw7rcpivczcbf6q60rcxr0m8158hzsv4k"))))
|
"0z9w6vfqwbr6hfk9yaw7kydlh6f7k39xdlszxlh39in4acwzcdwc"))))
|
||||||
(build-system cargo-build-system)
|
(build-system cargo-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:cargo-inputs
|
`(#:cargo-inputs
|
||||||
|
|
Loading…
Reference in a new issue