gnu: gphoto2: Update to 2.5.15.
* gnu/packages/photo.scm (gphoto2): Update to 2.5.15.
This commit is contained in:
		
							parent
							
								
									84f5e43779
								
							
						
					
					
						commit
						a0bb98c322
					
				
					 1 changed files with 3 additions and 3 deletions
				
			
		|  | @ -137,14 +137,14 @@ from digital cameras.") | ||||||
| (define-public gphoto2 | (define-public gphoto2 | ||||||
|   (package |   (package | ||||||
|     (name "gphoto2") |     (name "gphoto2") | ||||||
|     (version "2.5.11") |     (version "2.5.15") | ||||||
|     (source (origin |     (source (origin | ||||||
|               (method url-fetch) |               (method url-fetch) | ||||||
|               (uri (string-append "mirror://sourceforge/gphoto/gphoto/" version |               (uri (string-append "mirror://sourceforge/gphoto/gphoto/" version | ||||||
|                                   "/gphoto2-" version ".tar.bz2")) |                                   "/gphoto2-" version ".tar.bz2")) | ||||||
|               (sha256 |               (sha256 | ||||||
|                (base32 |                (base32 | ||||||
|                 "1sgr6rsvzzagcwhc8fxbnvz3k02wr2hab0vrbvcb04k5l3b48a1r")))) |                 "0xsa12k5fz49v8y4h3zahzr427a3ylxaf0k7hybrkp43g4i1lmxf")))) | ||||||
|     (build-system gnu-build-system) |     (build-system gnu-build-system) | ||||||
|     (native-inputs |     (native-inputs | ||||||
|      `(("pkg-config" ,pkg-config))) |      `(("pkg-config" ,pkg-config))) | ||||||
|  | @ -164,7 +164,7 @@ from digital cameras.") | ||||||
|                 (which "env"))) |                 (which "env"))) | ||||||
|              #t))) |              #t))) | ||||||
| 
 | 
 | ||||||
|        ;; FIXME: There are 2 test failures, most likely related to the build |        ;; FIXME: There is 1 test failure, most likely related to the build | ||||||
|        ;; environment. |        ;; environment. | ||||||
|        #:tests? #f)) |        #:tests? #f)) | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Reference in a new issue