efraim pushed a commit to branch rust-team
in repository guix.

commit f2dfdcde272f336b8d8377b075c617eebb1a29ac
Author: Efraim Flashner <[email protected]>
AuthorDate: Thu Dec 19 13:25:13 2024 +0200

    gnu: rust-version-check-0.9: Update to 0.9.5.
    
    * gnu/packages/crates-io.scm (rust-version-check-0.9): Update to 0.9.5.
    
    Change-Id: I15c50b7f4e54d6eb78124302dbcf0d6879b5379f
---
 gnu/packages/crates-io.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 252e88c353..f3fc24f6f1 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -95173,14 +95173,14 @@ in your code via the @code{env!} macro")
 (define-public rust-version-check-0.9
   (package
     (name "rust-version-check")
-    (version "0.9.4")
+    (version "0.9.5")
     (source
       (origin
         (method url-fetch)
         (uri (crate-uri "version_check" version))
         (file-name (string-append name "-" version ".tar.gz"))
         (sha256
-         (base32 "0gs8grwdlgh0xq660d7wr80x14vxbizmd8dbp29p2pdncx8lp1s9"))))
+         (base32 "0nhhi4i5x89gm911azqbn7avs9mdacw2i3vcz3cnmz3mv4rqz4hb"))))
     (build-system cargo-build-system)
     (home-page "https://github.com/SergioBenitez/version_check";)
     (synopsis "Check that the installed rustc meets some version requirements")

Reply via email to