me
/
guix
Archived
1
0
Fork 0

gnu: rust-version-check-0.9: Update to 0.9.4.

* gnu/packages/crates-io.scm (rust-version-check-0.9): Update to 0.9.4.
master
Efraim Flashner 2023-02-22 12:26:03 +02:00
parent 5f90a298b3
commit 53e5b59278
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 2 additions and 2 deletions

View File

@ -68491,14 +68491,14 @@ has at least 1 element.")
(define-public rust-version-check-0.9
(package
(name "rust-version-check")
(version "0.9.2")
(version "0.9.4")
(source
(origin
(method url-fetch)
(uri (crate-uri "version_check" version))
(file-name (string-append name "-" version ".tar.gz"))
(sha256
(base32 "1vbaqdf802qinsq8q20w8w0qn2pv0rkq5p73ijcblrwxcvjp5adm"))))
(base32 "0gs8grwdlgh0xq660d7wr80x14vxbizmd8dbp29p2pdncx8lp1s9"))))
(build-system cargo-build-system)
(home-page "https://github.com/SergioBenitez/version_check")
(synopsis "Check that the installed rustc meets some version requirements")