guix-commits
[Top][All Lists]
Advanced

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

11/37: gnu: rust-smol-str-0.1: Update to 0.1.21.


From: guix-commits
Subject: 11/37: gnu: rust-smol-str-0.1: Update to 0.1.21.
Date: Thu, 20 Jan 2022 18:18:00 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit d58db9e9ab0926556ab89aca0bab290ea155d55e
Author: Z572 <873216071@qq.com>
AuthorDate: Wed Jan 12 23:27:31 2022 +0800

    gnu: rust-smol-str-0.1: Update to 0.1.21.
    
    * gnu/packages/crates-io.scm (rust-smol-str-0.1): Update to 0.1.21.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 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 8df25dcf81..6415b38a8d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -52464,7 +52464,7 @@ control on the fields.")
 (define-public rust-smol-str-0.1
   (package
     (name "rust-smol-str")
-    (version "0.1.17")
+    (version "0.1.21")
     (source
      (origin
        (method url-fetch)
@@ -52473,7 +52473,7 @@ control on the fields.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "1srj7gd14cllfwh55jwmid425rz2idpvbw7ly08448r97b7gg83c"))))
+         "1gb14a85k6mzpn6s78flwvfl5vy1czsrzlwcgidy7k00wf1mrlb1"))))
     (build-system cargo-build-system)
     (arguments
      `(#:skip-build? #t



reply via email to

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