gnu: gphoto2: Update to 2.5.11.

* gnu/packages/photo.scm (gphoto2): Update to 2.5.11.
master
Tobias Geerinckx-Rice 2016-11-27 02:12:26 +01:00
parent 69874f5fd2
commit f6c44a3f04
No known key found for this signature in database
GPG Key ID: 91CCDB9B48541B99
1 changed files with 2 additions and 2 deletions

View File

@ -120,14 +120,14 @@ from digital cameras.")
(define-public gphoto2
(package
(name "gphoto2")
(version "2.5.10")
(version "2.5.11")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/gphoto/gphoto/" version
"/gphoto2-" version ".tar.bz2"))
(sha256
(base32
"1436i2chc1xzq1bng48yx52kgqjqbaashij52sifbdslbm9jzk36"))))
"1sgr6rsvzzagcwhc8fxbnvz3k02wr2hab0vrbvcb04k5l3b48a1r"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))