guix-commits
[Top][All Lists]
Advanced

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

17/44: gnu: rust-parking-2: Update to 2.2.0.


From: guix-commits
Subject: 17/44: gnu: rust-parking-2: Update to 2.2.0.
Date: Mon, 12 Feb 2024 07:40:37 -0500 (EST)

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

commit 35d857cff8ecfad9c53d1100e41e7c004decd37e
Author: Herman Rimm <herman@rimm.ee>
AuthorDate: Tue Jan 30 16:25:02 2024 +0100

    gnu: rust-parking-2: Update to 2.2.0.
    
    * gnu/packages/crates-io.scm (rust-parking-2): Update to 2.2.0.
    [cargo-inputs]: Add rust-loom-0.7.
    [home-page]: Update to new home-page.
    
    Change-Id: I4d1b3aa5ca5e5f9ce60d079c65e0524068f4067d
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/crates-io.scm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index cb92d59540..be56630ae5 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -44171,22 +44171,23 @@ derive macro for Parity SCALE Codec.")
 (define-public rust-parking-2
   (package
     (name "rust-parking")
-    (version "2.0.0")
+    (version "2.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (crate-uri "parking" version))
        (file-name (string-append name "-" version ".tar.gz"))
        (sha256
-        (base32 "0wnxxnizfxlax3n709s5r83f4n8awy3m4a18q4fdk0z7z693hz22"))))
+        (base32 "1blwbkq6im1hfxp5wlbr475mw98rsyc0bbr2d5n16m38z253p0dv"))))
     (build-system cargo-build-system)
     (arguments
-     `(#:cargo-development-inputs
+     `(#:cargo-inputs (("rust-loom" ,rust-loom-0.7))
+       #:cargo-development-inputs
        (("rust-easy-parallel" ,rust-easy-parallel-3))))
-    (home-page "https://github.com/stjepang/parking";)
+    (home-page "https://github.com/smol-rs/parking";)
     (synopsis "Thread parking and unparking")
-    (description "This package provides methods for thread parking and
-unparking.")
+    (description
+     "This package provides methods for thread parking and unparking.")
     (license (list license:asl2.0 license:expat))))
 
 (define-public rust-parking-1



reply via email to

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