Skip to content
Snippets Groups Projects
Unverified Commit 4ccd3412 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: gphoto2: Update to 2.5.27.

* gnu/packages/photo.scm (gphoto2): Update to 2.5.27.
parent a1ed5c27
No related branches found
No related tags found
No related merge requests found
...@@ -271,14 +271,14 @@ (define-public libgphoto2 ...@@ -271,14 +271,14 @@ (define-public libgphoto2
(define-public gphoto2 (define-public gphoto2
(package (package
(name "gphoto2") (name "gphoto2")
(version "2.5.26") (version "2.5.27")
(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
"0bxbcn31xalsvjp8fra324hf2105y3ps7zlyfz11v71j0lxj2lvn")))) "0f4d3q381jnnkcqkb2dj1k709skp65qihl5xm80zandvl69lw19h"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config))) `(("pkg-config" ,pkg-config)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment