mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 11:26:55 -05:00
gnu: rust-is-ci-1: Update to 1.2.0.
* gnu/packages/crates-io.scm (rust-is-ci-1): Update to 1.2.0. Change-Id: I39f5dfd903044e010afff6facdf0c4fc4490b907
This commit is contained in:
parent
f16f56bfc4
commit
0d4139a543
1 changed files with 2 additions and 2 deletions
|
@ -31371,14 +31371,14 @@ (define-public rust-iri-string-0.7
|
|||
(define-public rust-is-ci-1
|
||||
(package
|
||||
(name "rust-is-ci")
|
||||
(version "1.1.1")
|
||||
(version "1.2.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (crate-uri "is_ci" version))
|
||||
(file-name (string-append name "-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1ywra2z56x6d4pc02zq24a4x7gvpixynh9524icbpchbf9ydwv31"))))
|
||||
"0ifwvxmrsj4r29agfzr71bjq6y1bihkx38fbzafq5vl0jn1wjmbn"))))
|
||||
(build-system cargo-build-system)
|
||||
(home-page "https://github.com/zkat/is_ci")
|
||||
(synopsis "Lightweight CI environment checker")
|
||||
|
|
Loading…
Reference in a new issue