all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kiran Shila <me@kiranshila.com>
To: 56571@debbugs.gnu.org
Cc: Kiran Shila <me@kiranshila.com>
Subject: [bug#56571] [PATCH v2 2/7] Update rust-parking-lot-core
Date: Sat, 16 Jul 2022 12:34:08 -0700	[thread overview]
Message-ID: <20220716193413.1092916-2-me@kiranshila.com> (raw)
In-Reply-To: <20220716193413.1092916-1-me@kiranshila.com>

---
 gnu/packages/crates-io.scm | 37 +++++++++++++++++++++++++++++++------
 1 file changed, 31 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 72e4dfa568..e1feac2e63 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -40744,8 +40744,38 @@ (define-public rust-parking-lot-0.7
         ("rust-rand" ,rust-rand-0.4)
         ("rust-rustc-version" ,rust-rustc-version-0.2))))))
 
+(define-public rust-parking-lot-core-0.9
+  (package
+    (name "rust-parking-lot-core")
+    (version "0.9.3")
+    (source (origin
+              (method url-fetch)
+              (uri (crate-uri "parking-lot-core" version))
+              (file-name (string-append name "-" version ".tar.gz"))
+              (sha256
+               (base32
+                "0ab95rljb99rm51wcic16jgbajcr6lgbqkrr21w7bc2wyb5pk8h9"))))
+    (build-system cargo-build-system)
+    (arguments
+     `(#:cargo-inputs
+       (("rust-backtrace" ,rust-backtrace-0.3)
+        ("rust-cfg-if" ,rust-cfg-if-1)
+        ("rust-libc" ,rust-libc-0.2)
+        ("rust-petgraph" ,rust-petgraph-0.6)
+        ("rust-redox-syscall" ,rust-redox-syscall-0.2)
+        ("rust-smallvec" ,rust-smallvec-1)
+        ("rust-thread-id" ,rust-thread-id-4)
+        ("rust-windows-sys" ,rust-windows-sys-0.36))))
+    (home-page "https://github.com/Amanieu/parking_lot")
+    (synopsis
+     "An advanced API for creating custom synchronization primitives.")
+    (description
+     "An advanced API for creating custom synchronization primitives.")
+    (license (list license:expat license:asl2.0))))
+
 (define-public rust-parking-lot-core-0.8
   (package
+    (inherit rust-parking-lot-core-0.9)
     (name "rust-parking-lot-core")
     (version "0.8.4")
     (source
@@ -40774,12 +40804,7 @@ (define-public rust-parking-lot-core-0.8
         ("rust-redox-syscall" ,rust-redox-syscall-0.2)
         ("rust-smallvec" ,rust-smallvec-1)
         ("rust-thread-id" ,rust-thread-id-4)
-        ("rust-winapi" ,rust-winapi-0.3))))
-    (home-page "https://github.com/Amanieu/parking_lot")
-    (synopsis "API for creating custom synchronization primitives")
-    (description "This package provides an advanced API for creating custom
-synchronization primitives.")
-    (license (list license:asl2.0 license:expat))))
+        ("rust-winapi" ,rust-winapi-0.3))))))
 
 (define-public rust-parking-lot-core-0.7
   (package
-- 
2.37.0





  reply	other threads:[~2022-07-16 21:07 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-15  3:24 [bug#56571] [PATCH] Update `rust-clap-3` to v3.2.12 Kiran Shila
2022-07-15  8:43 ` Christopher Baines
2022-07-16 19:34   ` [bug#56571] [PATCH v2 1/7] Update the rust-windows crates Kiran Shila
2022-07-16 19:34     ` Kiran Shila [this message]
2022-07-16 19:34     ` [bug#56571] [PATCH v2 3/7] Add rust-unic-emoji-char Kiran Shila
2022-07-16 19:34     ` [bug#56571] [PATCH v2 4/7] Update rust-textwrap Kiran Shila
2022-07-19 14:47       ` Maxime Devos
2022-07-16 19:34     ` [bug#56571] [PATCH v2 5/7] Update rust-once-cell Kiran Shila
2022-07-16 19:34     ` [bug#56571] [PATCH v2 6/7] Update rust-clap Kiran Shila
2022-07-19 14:46       ` Maxime Devos
2022-07-16 19:34     ` [bug#56571] [PATCH v2 7/7] Add Kiran Shila to the Copyright header Kiran Shila
2022-07-19 14:49     ` [bug#56571] [PATCH v2 1/7] Update the rust-windows crates Maxime Devos

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20220716193413.1092916-2-me@kiranshila.com \
    --to=me@kiranshila.com \
    --cc=56571@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.