gnu: Add rust-cookie-store-0.12.
* gnu/packages/crates-io.scm (rust-cookie-store-0.12): New variable.
This commit is contained in:
		
							parent
							
								
									9dab172230
								
							
						
					
					
						commit
						38281cf81c
					
				
					 1 changed files with 32 additions and 0 deletions
				
			
		| 
						 | 
					@ -4286,6 +4286,38 @@ numbers using the CORDIC method.")
 | 
				
			||||||
management.  It supports signed and private (encrypted, authenticated) jars.")
 | 
					management.  It supports signed and private (encrypted, authenticated) jars.")
 | 
				
			||||||
    (license (list license:expat license:asl2.0))))
 | 
					    (license (list license:expat license:asl2.0))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					(define-public rust-cookie-store-0.12
 | 
				
			||||||
 | 
					  (package
 | 
				
			||||||
 | 
					    (name "rust-cookie-store")
 | 
				
			||||||
 | 
					    (version "0.12.0")
 | 
				
			||||||
 | 
					    (source
 | 
				
			||||||
 | 
					     (origin
 | 
				
			||||||
 | 
					       (method url-fetch)
 | 
				
			||||||
 | 
					       (uri (crate-uri "cookie_store" version))
 | 
				
			||||||
 | 
					       (file-name (string-append name "-" version ".tar.gz"))
 | 
				
			||||||
 | 
					       (sha256
 | 
				
			||||||
 | 
					        (base32
 | 
				
			||||||
 | 
					         "1lqhmdwgnyvi1mjmw4rbgd02fwav4aabpg4vcld23d8c9g5dy61q"))))
 | 
				
			||||||
 | 
					    (build-system cargo-build-system)
 | 
				
			||||||
 | 
					    (arguments
 | 
				
			||||||
 | 
					     `(#:cargo-inputs
 | 
				
			||||||
 | 
					       (("rust-cookie" ,rust-cookie-0.14)
 | 
				
			||||||
 | 
					        ("rust-idna" ,rust-idna-0.2)
 | 
				
			||||||
 | 
					        ("rust-indexmap" ,rust-indexmap-1)
 | 
				
			||||||
 | 
					        ("rust-log" ,rust-log-0.4)
 | 
				
			||||||
 | 
					        ("rust-publicsuffix" ,rust-publicsuffix-1)
 | 
				
			||||||
 | 
					        ("rust-serde" ,rust-serde-1)
 | 
				
			||||||
 | 
					        ("rust-serde-json" ,rust-serde-json-1)
 | 
				
			||||||
 | 
					        ("rust-time" ,rust-time-0.2)
 | 
				
			||||||
 | 
					        ("rust-url" ,rust-url-2))
 | 
				
			||||||
 | 
					       #:cargo-development-inputs
 | 
				
			||||||
 | 
					       (("rust-env-logger" ,rust-env-logger-0.7)
 | 
				
			||||||
 | 
					        ("rust-pretty-assertions" ,rust-pretty-assertions-0.6))))
 | 
				
			||||||
 | 
					    (home-page "https://github.com/pfernie/cookie_store")
 | 
				
			||||||
 | 
					    (synopsis "Cookie storage and retrieval")
 | 
				
			||||||
 | 
					    (description "This package implements cookie storage and retrieval.")
 | 
				
			||||||
 | 
					    (license (list license:expat license:asl2.0))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public rust-core-arch-0.1
 | 
					(define-public rust-core-arch-0.1
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (name "rust-core-arch")
 | 
					    (name "rust-core-arch")
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue