gnu: gphoto2: Update to 2.5.17.
* gnu/packages/photo.scm (gphoto2): Update to 2.5.17.master
parent
433e85e50c
commit
5a8cea3830
|
@ -140,14 +140,14 @@ from digital cameras.")
|
||||||
(define-public gphoto2
|
(define-public gphoto2
|
||||||
(package
|
(package
|
||||||
(name "gphoto2")
|
(name "gphoto2")
|
||||||
(version "2.5.15")
|
(version "2.5.17")
|
||||||
(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
|
||||||
"0xsa12k5fz49v8y4h3zahzr427a3ylxaf0k7hybrkp43g4i1lmxf"))))
|
"0kslwclyyzvnxjw3gdzhlagj7l5f8lba833ipr9s0s0c4hwi0mxa"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
|
|
Reference in New Issue