gnu: Add rust-siphasher-0.2.
* gnu/packages/crates-io.scm (rust-siphasher-0.2): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
		
							parent
							
								
									88866abaf8
								
							
						
					
					
						commit
						ff9ca85122
					
				
					 1 changed files with 21 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -7970,6 +7970,27 @@ words, like Python's shlex.")
 | 
			
		|||
    (license (list license:asl2.0
 | 
			
		||||
                   license:expat))))
 | 
			
		||||
 | 
			
		||||
(define-public rust-siphasher-0.2
 | 
			
		||||
  (package
 | 
			
		||||
    (name "rust-siphasher")
 | 
			
		||||
    (version "0.2.3")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
       (uri (crate-uri "siphasher" version))
 | 
			
		||||
       (file-name
 | 
			
		||||
        (string-append name "-" version ".tar.gz"))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32
 | 
			
		||||
         "1b53m53l24lyhr505lwqzrpjyq5qfnic71mynrcfvm43rybf938b"))))
 | 
			
		||||
    (build-system cargo-build-system)
 | 
			
		||||
    (arguments `(#:skip-build? #t))
 | 
			
		||||
    (home-page "https://docs.rs/siphasher")
 | 
			
		||||
    (synopsis "SipHash functions from rust-core < 1.13")
 | 
			
		||||
    (description
 | 
			
		||||
     "SipHash functions from rust-core < 1.13.")
 | 
			
		||||
    (license (list license:asl2.0 license:expat))))
 | 
			
		||||
 | 
			
		||||
(define-public rust-slab-0.4
 | 
			
		||||
  (package
 | 
			
		||||
    (name "rust-slab")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue