guix-commits
[Top][All Lists]
Advanced

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

191/194: gnu: rust-smallvec-1: Update to 1.11.1.


From: guix-commits
Subject: 191/194: gnu: rust-smallvec-1: Update to 1.11.1.
Date: Tue, 3 Oct 2023 14:58:17 -0400 (EDT)

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

commit ce81d6a8aa55ce84d6b9aa392f39c79edf52a744
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Tue Oct 3 17:31:12 2023 +0300

    gnu: rust-smallvec-1: Update to 1.11.1.
    
    * gnu/packages/crates-io.scm (rust-smallvec-1): Update to 1.11.1.
---
 gnu/packages/crates-io.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index e26cf53a11..1d367bd68b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -64970,16 +64970,14 @@ inline storage.")
 (define-public rust-smallvec-1
   (package
     (name "rust-smallvec")
-    (version "1.10.0")
+    (version "1.11.1")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "smallvec" version))
-       (file-name
-        (string-append name "-" version ".tar.gz"))
+       (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32
-         "1q2k15fzxgwjpcdv3f323w24rbbfyv711ayz85ila12lg7zbw1x5"))))
+        (base32 "0nmx8aw3v4jglqdcjv4hhn10d6g52c4bhjlzwf952885is04lawl"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs



reply via email to

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