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:
Efraim Flashner 2024-03-14 10:57:53 +02:00
parent f16f56bfc4
commit 0d4139a543
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -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")