gnu: Remove rust-unicase-2.4.
* gnu/packages/crates-io.scm (rust-unicase-2.4): Remove variable. (rust-unicase-1): Inherit from rust-unicase-2.6. (rust-http-req-0.5, rust-pulldown-cmark-0.4, rust-rusqlite-0.19) [arguments]: Use rust-unicode-2.6.
This commit is contained in:
		
							parent
							
								
									d8173a8ca5
								
							
						
					
					
						commit
						ed22def6cc
					
				
					 1 changed files with 4 additions and 26 deletions
				
			
		| 
						 | 
					@ -10164,7 +10164,7 @@ or response body.")
 | 
				
			||||||
       #:cargo-inputs
 | 
					       #:cargo-inputs
 | 
				
			||||||
       ;; Haven't packaged rustls and webpki because of license
 | 
					       ;; Haven't packaged rustls and webpki because of license
 | 
				
			||||||
       (("rust-native-tls" ,rust-native-tls-0.2)
 | 
					       (("rust-native-tls" ,rust-native-tls-0.2)
 | 
				
			||||||
        ("rust-unicase" ,rust-unicase-2.4))))
 | 
					        ("rust-unicase" ,rust-unicase-2.6))))
 | 
				
			||||||
    (home-page "https://github.com/jayjamesjay/http_req")
 | 
					    (home-page "https://github.com/jayjamesjay/http_req")
 | 
				
			||||||
    (synopsis
 | 
					    (synopsis
 | 
				
			||||||
     "HTTP client with built-in HTTPS support")
 | 
					     "HTTP client with built-in HTTPS support")
 | 
				
			||||||
| 
						 | 
					@ -17653,7 +17653,7 @@ stack pointer and inspect the properties of the stack.")
 | 
				
			||||||
       (("rust-bitflags" ,rust-bitflags-1)
 | 
					       (("rust-bitflags" ,rust-bitflags-1)
 | 
				
			||||||
        ("rust-getopts" ,rust-getopts-0.2)
 | 
					        ("rust-getopts" ,rust-getopts-0.2)
 | 
				
			||||||
        ("rust-memchr" ,rust-memchr-2.2)
 | 
					        ("rust-memchr" ,rust-memchr-2.2)
 | 
				
			||||||
        ("rust-unicase" ,rust-unicase-2.4))
 | 
					        ("rust-unicase" ,rust-unicase-2.6))
 | 
				
			||||||
       #:cargo-development-inputs
 | 
					       #:cargo-development-inputs
 | 
				
			||||||
       (("rust-criterion" ,rust-criterion-0.2)
 | 
					       (("rust-criterion" ,rust-criterion-0.2)
 | 
				
			||||||
        ("rust-html5ever" ,rust-html5ever-0.23)
 | 
					        ("rust-html5ever" ,rust-html5ever-0.23)
 | 
				
			||||||
| 
						 | 
					@ -19534,7 +19534,7 @@ console applications.")
 | 
				
			||||||
       (("rust-lazy-static" ,rust-lazy-static-1)
 | 
					       (("rust-lazy-static" ,rust-lazy-static-1)
 | 
				
			||||||
        ("rust-regex" ,rust-regex-1)
 | 
					        ("rust-regex" ,rust-regex-1)
 | 
				
			||||||
        ("rust-tempdir" ,rust-tempdir-0.3)
 | 
					        ("rust-tempdir" ,rust-tempdir-0.3)
 | 
				
			||||||
        ("rust-unicase" ,rust-unicase-2.4)
 | 
					        ("rust-unicase" ,rust-unicase-2.6)
 | 
				
			||||||
        ("rust-uuid" ,rust-uuid-0.7))))
 | 
					        ("rust-uuid" ,rust-uuid-0.7))))
 | 
				
			||||||
    (home-page "https://github.com/rusqlite/rusqlite")
 | 
					    (home-page "https://github.com/rusqlite/rusqlite")
 | 
				
			||||||
    (synopsis "Wrapper for SQLite")
 | 
					    (synopsis "Wrapper for SQLite")
 | 
				
			||||||
| 
						 | 
					@ -25561,31 +25561,9 @@ with the Unicode character database.")
 | 
				
			||||||
     "This package provides a case-insensitive wrapper around strings.")
 | 
					     "This package provides a case-insensitive wrapper around strings.")
 | 
				
			||||||
    (license (list license:expat license:asl2.0))))
 | 
					    (license (list license:expat license:asl2.0))))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
(define-public rust-unicase-2.4
 | 
					 | 
				
			||||||
  (package
 | 
					 | 
				
			||||||
    (name "rust-unicase")
 | 
					 | 
				
			||||||
    (version "2.4.0")
 | 
					 | 
				
			||||||
    (source
 | 
					 | 
				
			||||||
      (origin
 | 
					 | 
				
			||||||
        (method url-fetch)
 | 
					 | 
				
			||||||
        (uri (crate-uri "unicase" version))
 | 
					 | 
				
			||||||
        (file-name (string-append name "-" version ".crate"))
 | 
					 | 
				
			||||||
        (sha256
 | 
					 | 
				
			||||||
         (base32
 | 
					 | 
				
			||||||
          "1xmpmkakhhblq7dzab1kwyv925kv7fqjkjsxjspg6ix9n88makm8"))))
 | 
					 | 
				
			||||||
    (build-system cargo-build-system)
 | 
					 | 
				
			||||||
    (arguments
 | 
					 | 
				
			||||||
     `(#:cargo-inputs (("rust-version-check" ,rust-version-check-0.1))))
 | 
					 | 
				
			||||||
    (home-page "https://github.com/seanmonstar/unicase")
 | 
					 | 
				
			||||||
    (synopsis "Case-insensitive wrapper around strings")
 | 
					 | 
				
			||||||
    (description
 | 
					 | 
				
			||||||
     "A case-insensitive wrapper around strings.")
 | 
					 | 
				
			||||||
    (license (list license:asl2.0
 | 
					 | 
				
			||||||
                   license:expat))))
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
(define-public rust-unicase-1
 | 
					(define-public rust-unicase-1
 | 
				
			||||||
  (package
 | 
					  (package
 | 
				
			||||||
    (inherit rust-unicase-2.4)
 | 
					    (inherit rust-unicase-2.6)
 | 
				
			||||||
    (name "rust-unicase")
 | 
					    (name "rust-unicase")
 | 
				
			||||||
    (version "1.4.2")
 | 
					    (version "1.4.2")
 | 
				
			||||||
    (source
 | 
					    (source
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue