guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

290/379: gnu: rust-rustversion-1: Update to 1.0.12.


From: guix-commits
Subject: 290/379: gnu: rust-rustversion-1: Update to 1.0.12.
Date: Mon, 10 Jul 2023 05:29:06 -0400 (EDT)

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

commit 2a624ebc43f55658ddfa5b21cbef255ebb0ea190
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Mon May 22 17:09:47 2023 +0300

    gnu: rust-rustversion-1: Update to 1.0.12.
    
    * gnu/packages/crates-io.scm (rust-rustversion-1): Update to 1.0.12.
---
 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 dc1cf5eabf..ca521f52fc 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -54007,7 +54007,7 @@ font rendering.")
 (define-public rust-rustversion-1
   (package
     (name "rust-rustversion")
-    (version "1.0.9")
+    (version "1.0.12")
     (source
      (origin
        (method url-fetch)
@@ -54016,7 +54016,7 @@ font rendering.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1a6nlrrnfbacn5pzg3m3311anhngcxs8kbvsbynh71ngni47wiwp"))))
+         "01mzns4b7vfcxsyf63ck68gachqcbqzsfs6iwzrv6j449p70hcjg"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-development-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]