guix-commits
[Top][All Lists]
Advanced

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

30/39: gnu: rust-arc-swap-0.3: Inherit from rust-arc-swap-0.4.


From: guix-commits
Subject: 30/39: gnu: rust-arc-swap-0.3: Inherit from rust-arc-swap-0.4.
Date: Sun, 23 Feb 2020 15:23:42 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 3ceb20988a34ba2058b4a359f43d522c65adb4c2
Author: Valentin Ignatev <address@hidden>
AuthorDate: Mon Jan 20 00:16:02 2020 +0300

    gnu: rust-arc-swap-0.3: Inherit from rust-arc-swap-0.4.
    
    * gnu/packages/crates-io.scm (rust-arc-swap-0.3):
    Inherit from rust-arc-swap-0.4.
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 gnu/packages/crates-io.scm | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/crates-io.scm b/gnu/packages/crates-io.scm
index 73eb0df..920fb28 100644
--- a/gnu/packages/crates-io.scm
+++ b/gnu/packages/crates-io.scm
@@ -376,6 +376,7 @@ text or blue underlined text, on ANSI terminals.")
 
 (define-public rust-arc-swap-0.3
   (package
+    (inherit rust-arc-swap-0.4)
     (name "rust-arc-swap")
     (version "0.3.11")
     (source
@@ -387,7 +388,6 @@ text or blue underlined text, on ANSI terminals.")
        (sha256
         (base32
          "0ha8724dpki985v52ifq5sd98xvpa5q51hyma52di75dbqbn4imw"))))
-    (build-system cargo-build-system)
     (arguments
      `(#:skip-build? #t
        #:cargo-development-inputs
@@ -399,11 +399,7 @@ text or blue underlined text, on ANSI terminals.")
         ("rust-num-cpus" ,rust-num-cpus-1.10)
         ("rust-parking-lot" ,rust-parking-lot-0.8)
         ("rust-proptest" ,rust-proptest-0.9)
-        ("rust-version-sync" ,rust-version-sync-0.8))))
-    (home-page "https://github.com/vorner/arc-swap";)
-    (synopsis "Atomically swappable Arc")
-    (description "This package provides an atomically swappable Arc.")
-    (license (list license:expat license:asl2.0))))
+        ("rust-version-sync" ,rust-version-sync-0.8))))))
 
 (define-public rust-argon2rs-0.2
   (package



reply via email to

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