guix-commits
[Top][All Lists]
Advanced

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

225/470: gnu: rust-futures-core-0.3: Update to 0.3.26.


From: guix-commits
Subject: 225/470: gnu: rust-futures-core-0.3: Update to 0.3.26.
Date: Thu, 16 Mar 2023 03:01:13 -0400 (EDT)

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

commit 1fdd872e1857f0665042bc70ab3398aba18c8691
Author: Efraim Flashner <efraim@flashner.co.il>
AuthorDate: Wed Feb 22 12:16:15 2023 +0200

    gnu: rust-futures-core-0.3: Update to 0.3.26.
    
    * gnu/packages/crates-io.scm (rust-futures-core-0.3): Update to 0.3.26.
    [cargo-inputs]: Add rust-portable-atomic-1.
---
 gnu/packages/crates-io.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index d9e367f3d2..5e9496e9c6 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -22795,7 +22795,7 @@ featuring zero allocations, composability, and 
iterator-like interfaces.")
 (define-public rust-futures-core-0.3
   (package
     (name "rust-futures-core")
-    (version "0.3.12")
+    (version "0.3.26")
     (source
      (origin
        (method url-fetch)
@@ -22804,9 +22804,12 @@ featuring zero allocations, composability, and 
iterator-like interfaces.")
         (string-append name "-" version ".tar.gz"))
        (sha256
         (base32
-         "0r8ag0mkxx9cd74yrccjk31lph4gr6lhgb9di6rx39wdvrfi9rbr"))))
+         "02467z5mv0219hkrgmpvsb3h7vb8pg31s1j901h7vxg11x6zz47c"))))
     (build-system cargo-build-system)
-    (arguments '(#:skip-build? #t))
+    (arguments
+     `(#:skip-build? #t
+       #:cargo-inputs
+       (("rust-portable-atomic" ,rust-portable-atomic-1))))
     (home-page "https://rust-lang.github.io/futures-rs";)
     (synopsis "Core traits and types in for the @code{futures} library")
     (description "This package provides the core traits and types in for the



reply via email to

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