gnu: rust-ppv-lite86-0.2: Upgrade to 0.2.6.
* gnu/packages/crates-io.scm (rust-ppv-lite86-0.2): Update to 0.2.6. [properties]: Remove field.
This commit is contained in:
		
							parent
							
								
									b49c6541da
								
							
						
					
					
						commit
						2707841ff3
					
				
					 1 changed files with 2 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -8734,7 +8734,7 @@ applications.")
 | 
			
		|||
(define-public rust-ppv-lite86-0.2
 | 
			
		||||
  (package
 | 
			
		||||
    (name "rust-ppv-lite86")
 | 
			
		||||
    (version "0.2.5")
 | 
			
		||||
    (version "0.2.6")
 | 
			
		||||
    (source
 | 
			
		||||
      (origin
 | 
			
		||||
        (method url-fetch)
 | 
			
		||||
| 
						 | 
				
			
			@ -8742,13 +8742,12 @@ applications.")
 | 
			
		|||
        (file-name (string-append name "-" version ".crate"))
 | 
			
		||||
        (sha256
 | 
			
		||||
         (base32
 | 
			
		||||
          "06snnv338w341nicfqba2jgln5dsla72ndkgrw7h1dfdb3vgkjz3"))))
 | 
			
		||||
          "06zs492wbms7j5qhy58cs3976c7kyc47rx0d6fn63rgvp580njbl"))))
 | 
			
		||||
    (build-system cargo-build-system)
 | 
			
		||||
    (home-page "https://github.com/cryptocorrosion/cryptocorrosion")
 | 
			
		||||
    (synopsis "Implementation of the crypto-simd API for x86")
 | 
			
		||||
    (description "This crate provides an implementation of the crypto-simd API
 | 
			
		||||
for x86.")
 | 
			
		||||
    (properties '((hidden? . #t)))
 | 
			
		||||
    (license (list license:asl2.0
 | 
			
		||||
                   license:expat))))
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue