[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/11: gnu: rust-parking-lot-core-0.7: Update to 0.7.2.
From: |
guix-commits |
Subject: |
10/11: gnu: rust-parking-lot-core-0.7: Update to 0.7.2. |
Date: |
Mon, 20 Jul 2020 09:27:08 -0400 (EDT) |
efraim pushed a commit to branch master
in repository guix.
commit 547551b33612596d5a9112f16d85f991697bf430
Author: John Soo <jsoo1@asu.edu>
AuthorDate: Sat Jul 18 07:14:43 2020 -0700
gnu: rust-parking-lot-core-0.7: Update to 0.7.2.
* gnu/packages/crates-io.scm (rust-parking-lot-core-0.7): Update to 0.7.2.
[arguments]: In cargo-inputs replace rust-petgraph-0.4 with 0.5.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/crates-io.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 4c94296..b6fdb53 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -16567,7 +16567,7 @@ synchronization primitives.")
(define-public rust-parking-lot-core-0.7
(package
(name "rust-parking-lot-core")
- (version "0.7.0")
+ (version "0.7.2")
(source
(origin
(method url-fetch)
@@ -16576,7 +16576,7 @@ synchronization primitives.")
(string-append name "-" version ".tar.gz"))
(sha256
(base32
- "1wdbrvh35nn09ga570vl5062dpwfbrwgzyrlhhy78ifzhj2870km"))))
+ "18s0cw5y32447c06fhg2mp3xfng22fn1h9fpx3il98sbimv7r36m"))))
(build-system cargo-build-system)
(arguments
`(#:cargo-inputs
@@ -16584,7 +16584,7 @@ synchronization primitives.")
("rust-cfg-if" ,rust-cfg-if-0.1)
("rust-cloudabi" ,rust-cloudabi-0.0)
("rust-libc" ,rust-libc-0.2)
- ("rust-petgraph" ,rust-petgraph-0.4)
+ ("rust-petgraph" ,rust-petgraph-0.5)
("rust-redox-syscall" ,rust-redox-syscall-0.1)
("rust-smallvec" ,rust-smallvec-1)
("rust-thread-id" ,rust-thread-id-3.3)
- branch master updated (cd005bf -> 381ea2b), guix-commits, 2020/07/20
- 02/11: gnu: rust-lock-api-0.3: Update to 0.3.4., guix-commits, 2020/07/20
- 01/11: gnu: python-pytest-vcr: Fix integration with pytest-5., guix-commits, 2020/07/20
- 04/11: gnu: rust-odds-0.3: Do not skip build., guix-commits, 2020/07/20
- 05/11: gnu: Add rust-odds-0.2., guix-commits, 2020/07/20
- 07/11: gnu: rust-fixedbitset-0.1: Do not skip build., guix-commits, 2020/07/20
- 09/11: gnu: Add rust-petgraph-0.5., guix-commits, 2020/07/20
- 03/11: gnu: Add rust-itertools-0.5., guix-commits, 2020/07/20
- 06/11: gnu: rust-petgraph-0.4: Do not skip build., guix-commits, 2020/07/20
- 08/11: gnu: Add rust-fixedbitset-0.2., guix-commits, 2020/07/20
- 10/11: gnu: rust-parking-lot-core-0.7: Update to 0.7.2.,
guix-commits <=
- 11/11: gnu: rust-parking-lot-0.10: Upgrade to 0.10.2., guix-commits, 2020/07/20