gnu: libgphoto2: Update to 2.5.27.
* gnu/packages/photo.scm (libgphoto2): Update to 2.5.27.
This commit is contained in:
parent
a8bbda7f94
commit
a1ed5c27ba
1 changed files with 2 additions and 2 deletions
|
@ -240,14 +240,14 @@ data as produced by digital cameras.")
|
||||||
(define-public libgphoto2
|
(define-public libgphoto2
|
||||||
(package
|
(package
|
||||||
(name "libgphoto2")
|
(name "libgphoto2")
|
||||||
(version "2.5.26")
|
(version "2.5.27")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/gphoto/libgphoto/"
|
(uri (string-append "mirror://sourceforge/gphoto/libgphoto/"
|
||||||
version "/libgphoto2-" version ".tar.bz2"))
|
version "/libgphoto2-" version ".tar.bz2"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1m5wxap3x9z6x8s2gj3sw9lqwlmbgz00dv6z3h3qk15prfizwh3p"))))
|
"1ms06b3dj1p33aypcb16gg5pn7fylbylsk9cnnqa0j29qiw59f7q"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in a new issue