gnu: Remove libraw-0.18.
* gnu/packages/photo.scm (libraw-0.18): Delete unused old version. Signed-off-by: Marius Bakke <marius@gnu.org>
This commit is contained in:
		
							parent
							
								
									c9f96fba9c
								
							
						
					
					
						commit
						d51cc7ec72
					
				
					 1 changed files with 0 additions and 11 deletions
				
			
		|  | @ -204,17 +204,6 @@ cameras (CRW/CR2, NEF, RAF, DNG, and others).") | |||
|     ;; both two licensing modes for your changes/additions." | ||||
|     (license (list license:lgpl2.1 license:cddl1.0)))) | ||||
| 
 | ||||
| (define-public libraw-0.18 | ||||
|   (package (inherit libraw) | ||||
|     (name "libraw") | ||||
|     (version "0.18.12") | ||||
|     (source (origin | ||||
|               (method url-fetch) | ||||
|               (uri (string-append "https://www.libraw.org/data/LibRaw-" | ||||
|                                   version ".tar.gz")) | ||||
|               (sha256 | ||||
|                (base32 | ||||
|                 "1m2khr2cij8z6lawgbmdksjn14fpnjsy8ad4qahnpqapm1slsxap")))))) | ||||
| 
 | ||||
| (define-public libexif | ||||
|   (package | ||||
|  |  | |||
		Reference in a new issue