gnu: gphoto2: Update to 2.5.23.
* gnu/packages/photo.scm (gphoto2): Update to 2.5.23.
This commit is contained in:
parent
c84366916f
commit
ee82f80df3
|
@ -163,14 +163,14 @@ from digital cameras.")
|
||||||
(define-public gphoto2
|
(define-public gphoto2
|
||||||
(package
|
(package
|
||||||
(name "gphoto2")
|
(name "gphoto2")
|
||||||
(version "2.5.20")
|
(version "2.5.23")
|
||||||
(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
|
||||||
"1xj80abkzvqrd6g1j1q946lhbp03gyapyxdwbhc0y14g1ash6vx3"))))
|
"1laqwhxr0xhbykmp0dhd3j4rr2lhj5y228s31afnqxp700hhk1yz"))))
|
||||||
(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