gnu: dlib-0.4: Update to 0.4.2.
* gnu/packages/crates-io.scm (rust-dlib-0.4): Update to 0.4.2. [arguments]: Replace rust-libloading-0.5 with 0.6. [inputs]: Add rust-libloading-0.6.
This commit is contained in:
		
							parent
							
								
									358f5d9b1b
								
							
						
					
					
						commit
						bafeee4f6d
					
				
					 1 changed files with 5 additions and 3 deletions
				
			
		|  | @ -11910,7 +11910,7 @@ Google's diff-match-patch.") | ||||||
| (define-public rust-dlib-0.4 | (define-public rust-dlib-0.4 | ||||||
|   (package |   (package | ||||||
|     (name "rust-dlib") |     (name "rust-dlib") | ||||||
|     (version "0.4.1") |     (version "0.4.2") | ||||||
|     (source |     (source | ||||||
|      (origin |      (origin | ||||||
|        (method url-fetch) |        (method url-fetch) | ||||||
|  | @ -11919,11 +11919,13 @@ Google's diff-match-patch.") | ||||||
|         (string-append name "-" version ".tar.gz")) |         (string-append name "-" version ".tar.gz")) | ||||||
|        (sha256 |        (sha256 | ||||||
|         (base32 |         (base32 | ||||||
|          "0smp2cdvy12xfw26qyqms273w5anszfadv73g75s88yqm54i5rbp")))) |          "0xlsf3lrz9hd7q3ff6lp5mw4kn3nbryn746kd07i93r6wg8ia7xi")))) | ||||||
|     (build-system cargo-build-system) |     (build-system cargo-build-system) | ||||||
|     (arguments |     (arguments | ||||||
|      `(#:cargo-inputs |      `(#:cargo-inputs | ||||||
|        (("rust-libloading" ,rust-libloading-0.5)))) |        (("rust-libloading" ,rust-libloading-0.6)))) | ||||||
|  |     (inputs | ||||||
|  |      `(("rust-libloading" ,rust-libloading-0.6))) | ||||||
|     (home-page "https://github.com/vberger/dlib") |     (home-page "https://github.com/vberger/dlib") | ||||||
|     (synopsis "Helper macros for manually loading optional system libraries") |     (synopsis "Helper macros for manually loading optional system libraries") | ||||||
|     (description |     (description | ||||||
|  |  | ||||||
		Reference in a new issue