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 <efraim@flashner.co.il>
This commit is contained in:
		
							parent
							
								
									fa2fd513ab
								
							
						
					
					
						commit
						3ceb20988a
					
				
					 1 changed files with 2 additions and 6 deletions
				
			
		| 
						 | 
					@ -376,6 +376,7 @@ text or blue underlined text, on ANSI terminals.")
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public rust-arc-swap-0.3
 | 
					(define-public rust-arc-swap-0.3
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
 | 
					    (inherit rust-arc-swap-0.4)
 | 
				
			||||||
    (name "rust-arc-swap")
 | 
					    (name "rust-arc-swap")
 | 
				
			||||||
    (version "0.3.11")
 | 
					    (version "0.3.11")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
| 
						 | 
					@ -387,7 +388,6 @@ text or blue underlined text, on ANSI terminals.")
 | 
				
			||||||
       (sha256
 | 
					       (sha256
 | 
				
			||||||
        (base32
 | 
					        (base32
 | 
				
			||||||
         "0ha8724dpki985v52ifq5sd98xvpa5q51hyma52di75dbqbn4imw"))))
 | 
					         "0ha8724dpki985v52ifq5sd98xvpa5q51hyma52di75dbqbn4imw"))))
 | 
				
			||||||
    (build-system cargo-build-system)
 | 
					 | 
				
			||||||
    (arguments
 | 
					    (arguments
 | 
				
			||||||
     `(#:skip-build? #t
 | 
					     `(#:skip-build? #t
 | 
				
			||||||
       #:cargo-development-inputs
 | 
					       #:cargo-development-inputs
 | 
				
			||||||
| 
						 | 
					@ -399,11 +399,7 @@ text or blue underlined text, on ANSI terminals.")
 | 
				
			||||||
        ("rust-num-cpus" ,rust-num-cpus-1.10)
 | 
					        ("rust-num-cpus" ,rust-num-cpus-1.10)
 | 
				
			||||||
        ("rust-parking-lot" ,rust-parking-lot-0.8)
 | 
					        ("rust-parking-lot" ,rust-parking-lot-0.8)
 | 
				
			||||||
        ("rust-proptest" ,rust-proptest-0.9)
 | 
					        ("rust-proptest" ,rust-proptest-0.9)
 | 
				
			||||||
        ("rust-version-sync" ,rust-version-sync-0.8))))
 | 
					        ("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))))
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public rust-argon2rs-0.2
 | 
					(define-public rust-argon2rs-0.2
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue