guix-commits
[Top][All Lists]
Advanced

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

371/373: gnu: rust-once-cell-1: Update to 1.17.1.


From: guix-commits
Subject: 371/373: gnu: rust-once-cell-1: Update to 1.17.1.
Date: Sun, 16 Apr 2023 07:11:49 -0400 (EDT)

efraim pushed a commit to branch rust-team
in repository guix.

commit ee47a4c1114dfbfaba533805a37b68c34ba8e8ee
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Sun Apr 16 13:06:24 2023 +0300

    gnu: rust-once-cell-1: Update to 1.17.1.
    
    * gnu/packages/crates-io.scm (rust-once-cell-1): Update to 1.17.1.
    [arguments]: Don't skip tests.
---
 gnu/packages/crates-io.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 2ba9e721d7..0a34abc02d 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -39962,7 +39962,7 @@ other crates to create safe wrappers around Oniguruma.")
 (define-public rust-once-cell-1
   (package
     (name "rust-once-cell")
-    (version "1.17.0")
+    (version "1.17.1")
     (source
      (origin
        (method url-fetch)
@@ -39970,11 +39970,10 @@ other crates to create safe wrappers around 
Oniguruma.")
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0rpackaf6ljxkcaa3svaiak1ddsbh0hqf5z3l7bb78hyfjhznqbg"))))
+         "1lrsy9c5ikf2iwxr4iwgd3rlq9mg8alh0np1g8abnvp1k4151rdp"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:tests? #f      ; Needs a newer rust
-       #:cargo-inputs
+     `(#:cargo-inputs
        (("rust-atomic-polyfill" ,rust-atomic-polyfill-1)
         ("rust-critical-section" ,rust-critical-section-1)
         ("rust-parking-lot-core" ,rust-parking-lot-core-0.9))



reply via email to

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