guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 191/276: gnu: rust-smallvec-1: Update to 1.11.1.
Date: Wed, 18 Oct 2023 04:50:02 -0400 (EDT)

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

commit ca6e2c8cce27aeb1f08cc1a5ceaa3a065ef59ffb
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 3b455b4907..ed32d1c90e 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -65032,16 +65032,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]