guix-commits
[Top][All Lists]
Advanced

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

02/13: gnu: rust-once-cell-1: Update to 1.7.2.


From: guix-commits
Subject: 02/13: gnu: rust-once-cell-1: Update to 1.7.2.
Date: Thu, 10 Jun 2021 16:28:13 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit 2f1e843774bcaf3d8b11c15fcf083461987ecebd
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Thu Jun 10 23:05:38 2021 +0300

    gnu: rust-once-cell-1: Update to 1.7.2.
    
    * gnu/packages/crates-io.scm (rust-once-cell-1): Update to 1.7.2.
---
 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 6636c22..d2b6e77 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -27872,7 +27872,7 @@ other crates to create safe wrappers around Oniguruma.")
 (define-public rust-once-cell-1
   (package
     (name "rust-once-cell")
-    (version "1.5.2")
+    (version "1.7.2")
     (source
      (origin
        (method url-fetch)
@@ -27881,7 +27881,7 @@ other crates to create safe wrappers around Oniguruma.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "183zs1dbmsv24mkafjypf9qwjrx46an58vb004a162l113sl3g8k"))))
+         "18qmpyfigg4ibdhjy5mwcjhzk9adwlgfaqv7nj430ivm86q0i2xg"))))
     (build-system cargo-build-system)
     (arguments
      `(#:cargo-inputs



reply via email to

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