gnu: Add rust-blobby-0.3.
* gnu/packages/crates-io.scm (rust-blobby-0.3): New variable. (rust-blobby-0.1): Inherit from rust-blobby-0.3.
This commit is contained in:
		
							parent
							
								
									1231ce9a07
								
							
						
					
					
						commit
						2a93f5a43c
					
				
					 1 changed files with 25 additions and 6 deletions
				
			
		| 
						 | 
					@ -1896,8 +1896,32 @@ BLAKE2bp hash functions.")
 | 
				
			||||||
    (license (list license:asl2.0
 | 
					    (license (list license:asl2.0
 | 
				
			||||||
                   license:expat))))
 | 
					                   license:expat))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					(define-public rust-blobby-0.3
 | 
				
			||||||
 | 
					  (package
 | 
				
			||||||
 | 
					    (name "rust-blobby")
 | 
				
			||||||
 | 
					    (version "0.3.0")
 | 
				
			||||||
 | 
					    (source
 | 
				
			||||||
 | 
					     (origin
 | 
				
			||||||
 | 
					       (method url-fetch)
 | 
				
			||||||
 | 
					       (uri (crate-uri "blobby" version))
 | 
				
			||||||
 | 
					       (file-name
 | 
				
			||||||
 | 
					        (string-append name "-" version ".tar.gz"))
 | 
				
			||||||
 | 
					       (sha256
 | 
				
			||||||
 | 
					        (base32
 | 
				
			||||||
 | 
					         "1s2f3a7lx5rd26554d9940basff7qpyf1y8gkc309cgc8csmalpw"))))
 | 
				
			||||||
 | 
					    (build-system cargo-build-system)
 | 
				
			||||||
 | 
					    (arguments
 | 
				
			||||||
 | 
					     `(#:cargo-development-inputs
 | 
				
			||||||
 | 
					       (("rust-hex" ,rust-hex-0.3))))
 | 
				
			||||||
 | 
					    (home-page "https://github.com/RustCrypto/utils")
 | 
				
			||||||
 | 
					    (synopsis "Iterator over simple binary blob storage")
 | 
				
			||||||
 | 
					    (description "This package provides an iterator over simple binary blob
 | 
				
			||||||
 | 
					storage.")
 | 
				
			||||||
 | 
					    (license (list license:expat license:asl2.0))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public rust-blobby-0.1
 | 
					(define-public rust-blobby-0.1
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
 | 
					    (inherit rust-blobby-0.3)
 | 
				
			||||||
    (name "rust-blobby")
 | 
					    (name "rust-blobby")
 | 
				
			||||||
    (version "0.1.2")
 | 
					    (version "0.1.2")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
| 
						 | 
					@ -1916,12 +1940,7 @@ BLAKE2bp hash functions.")
 | 
				
			||||||
       (("rust-byteorder" ,rust-byteorder-1))
 | 
					       (("rust-byteorder" ,rust-byteorder-1))
 | 
				
			||||||
       #:cargo-development-inputs
 | 
					       #:cargo-development-inputs
 | 
				
			||||||
       (("rust-byteorder" ,rust-byteorder-1)
 | 
					       (("rust-byteorder" ,rust-byteorder-1)
 | 
				
			||||||
        ("rust-hex" ,rust-hex-0.3))))
 | 
					        ("rust-hex" ,rust-hex-0.3))))))
 | 
				
			||||||
    (home-page "https://github.com/RustCrypto/utils")
 | 
					 | 
				
			||||||
    (synopsis "Iterator over simple binary blob storage")
 | 
					 | 
				
			||||||
    (description
 | 
					 | 
				
			||||||
     "Iterator over simple binary blob storage.")
 | 
					 | 
				
			||||||
    (license (list license:asl2.0 license:expat))))
 | 
					 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public rust-block-0.1
 | 
					(define-public rust-block-0.1
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue