gnu: Remove rust-rusqlite-0.25.
* gnu/packages/crates-io.scm (rust-rusqlite-0.25): Delete variable.
This commit is contained in:
		
							parent
							
								
									3b21fa4b29
								
							
						
					
					
						commit
						c21e783f16
					
				
					 1 changed files with 0 additions and 31 deletions
				
			
		| 
						 | 
				
			
			@ -46928,37 +46928,6 @@ please consider using @code{async-std} or @code{tokio}.")
 | 
			
		|||
    (description "This crate provides a wrapper for SQLite.")
 | 
			
		||||
    (license license:expat)))
 | 
			
		||||
 | 
			
		||||
(define-public rust-rusqlite-0.25
 | 
			
		||||
  (package
 | 
			
		||||
    (inherit rust-rusqlite-0.26)
 | 
			
		||||
    (name "rust-rusqlite")
 | 
			
		||||
    (version "0.25.3")
 | 
			
		||||
    (source
 | 
			
		||||
     (origin
 | 
			
		||||
       (method url-fetch)
 | 
			
		||||
       (uri (crate-uri "rusqlite" version))
 | 
			
		||||
       (file-name (string-append name "-" version ".tar.gz"))
 | 
			
		||||
       (sha256
 | 
			
		||||
        (base32 "1csfxb0jff78gzakva3bwgmm5g0dk90pnalc4krrdbzsr1kwzbap"))))
 | 
			
		||||
    (arguments
 | 
			
		||||
     `(#:skip-build? #t
 | 
			
		||||
       #:cargo-inputs
 | 
			
		||||
       (("rust-bitflags" ,rust-bitflags-1)
 | 
			
		||||
        ("rust-byteorder" ,rust-byteorder-1)
 | 
			
		||||
        ("rust-chrono" ,rust-chrono-0.4)
 | 
			
		||||
        ("rust-csv" ,rust-csv-1)
 | 
			
		||||
        ("rust-fallible-iterator" ,rust-fallible-iterator-0.2)
 | 
			
		||||
        ("rust-fallible-streaming-iterator" ,rust-fallible-streaming-iterator-0.1)
 | 
			
		||||
        ("rust-hashlink" ,rust-hashlink-0.7)
 | 
			
		||||
        ("rust-lazy-static" ,rust-lazy-static-1)
 | 
			
		||||
        ("rust-libsqlite3-sys" ,rust-libsqlite3-sys-0.22)
 | 
			
		||||
        ("rust-memchr" ,rust-memchr-2)
 | 
			
		||||
        ("rust-serde-json" ,rust-serde-json-1)
 | 
			
		||||
        ("rust-smallvec" ,rust-smallvec-1)
 | 
			
		||||
        ("rust-time" ,rust-time-0.2)
 | 
			
		||||
        ("rust-url" ,rust-url-2)
 | 
			
		||||
        ("rust-uuid" ,rust-uuid-0.8))))))
 | 
			
		||||
 | 
			
		||||
(define-public rust-rust-htslib-0.38
 | 
			
		||||
  (package
 | 
			
		||||
    (name "rust-rust-htslib")
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue