gnu: gphoto2: Update to 2.5.11.
* gnu/packages/photo.scm (gphoto2): Update to 2.5.11.
This commit is contained in:
parent
69874f5fd2
commit
f6c44a3f04
|
@ -120,14 +120,14 @@ from digital cameras.")
|
||||||
(define-public gphoto2
|
(define-public gphoto2
|
||||||
(package
|
(package
|
||||||
(name "gphoto2")
|
(name "gphoto2")
|
||||||
(version "2.5.10")
|
(version "2.5.11")
|
||||||
(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
|
||||||
"1436i2chc1xzq1bng48yx52kgqjqbaashij52sifbdslbm9jzk36"))))
|
"1sgr6rsvzzagcwhc8fxbnvz3k02wr2hab0vrbvcb04k5l3b48a1r"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
|
Loading…
Reference in New Issue