guix-commits
[Top][All Lists]
Advanced

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

02/11: gnu: rust-bstr-0.2: Update to 0.2.15.


From: guix-commits
Subject: 02/11: gnu: rust-bstr-0.2: Update to 0.2.15.
Date: Tue, 2 Mar 2021 11:46:58 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit b9ac9757e59066df88a0c3e6d5bac69518bbe16c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Mar 2 14:12:07 2021 +0100

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



reply via email to

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