guix-commits
[Top][All Lists]
Advanced

[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)



reply via email to

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