guix-commits
[Top][All Lists]
Advanced

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

03/33: gnu: rust-bstr-0.2: Update to 0.2.17.


From: guix-commits
Subject: 03/33: gnu: rust-bstr-0.2: Update to 0.2.17.
Date: Thu, 22 Sep 2022 18:25:20 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 4130104b50739dd8b2c5bb83867660b6b4b8795b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Sep 21 11:55:14 2022 +0200

    gnu: rust-bstr-0.2: Update to 0.2.17.
    
    * gnu/packages/crates-io.scm (rust-bstr-0.2): Update to 0.2.17.
---
 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 e55cf62d36..8e1b0d644b 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -8489,7 +8489,7 @@ alphabet.")
 (define-public rust-bstr-0.2
   (package
     (name "rust-bstr")
-    (version "0.2.15")
+    (version "0.2.17")
     (source
      (origin
        (method url-fetch)
@@ -8498,7 +8498,7 @@ alphabet.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0gca4v6448clsssll3y787jgw542c9mw9phqdi7419g1jfnlf2x4"))))
+         "08rjbhysy6gg27db2h3pnhvr2mlr5vkj797i9625kwg8hgrnjdds"))))
     (build-system cargo-build-system)
     (arguments
      `(#:skip-build? #t



reply via email to

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