guix-commits
[Top][All Lists]
Advanced

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

33/65: gnu: rust-smallvec-1: Update to 1.4.1.


From: guix-commits
Subject: 33/65: gnu: rust-smallvec-1: Update to 1.4.1.
Date: Thu, 9 Jul 2020 10:02:08 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit cb1096f99274324d205cdb341422bf4f8da3d8b2
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jul 9 14:20:55 2020 +0300

    gnu: rust-smallvec-1: Update to 1.4.1.
    
    * gnu/packages/crates-io.scm (rust-smallvec-1): Update to 1.4.1.
---
 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 33f4b45..5e7aac7 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -22975,7 +22975,7 @@ data type.")
 (define-public rust-smallvec-1
   (package
     (name "rust-smallvec")
-    (version "1.2.0")
+    (version "1.4.1")
     (source
      (origin
        (method url-fetch)
@@ -22984,7 +22984,7 @@ data type.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1z6f47i3qpg9pdjzzvb0g5i1vvdm2ymk3kqc1mdnl8fdkgnb4bsw"))))
+         "0gqgmbfj8228lc55xxg331flizzwq6hfyy6gw4j2y6hni6fwnmrp"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs



reply via email to

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