gnu: libgphoto2: Update to 2.5.16.
* gnu/packages/photo.scm (libgphoto2): Update to 2.5.16.
This commit is contained in:
parent
58e3603e7f
commit
84f5e43779
|
@ -4,6 +4,7 @@
|
||||||
;;; Copyright © 2015, 2017 Andreas Enge <andreas@enge.fr>
|
;;; Copyright © 2015, 2017 Andreas Enge <andreas@enge.fr>
|
||||||
;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
|
;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
|
||||||
;;; Copyright © 2017 Roel Janssen <roel@gnu.org>
|
;;; Copyright © 2017 Roel Janssen <roel@gnu.org>
|
||||||
|
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
|
||||||
;;;
|
;;;
|
||||||
;;; This file is part of GNU Guix.
|
;;; This file is part of GNU Guix.
|
||||||
;;;
|
;;;
|
||||||
|
@ -105,14 +106,14 @@ data as produced by digital cameras.")
|
||||||
(define-public libgphoto2
|
(define-public libgphoto2
|
||||||
(package
|
(package
|
||||||
(name "libgphoto2")
|
(name "libgphoto2")
|
||||||
(version "2.5.11")
|
(version "2.5.16")
|
||||||
(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
|
||||||
"1ap070zz6l4kn2mbyxb1yj4x5ar8hpdbmf2pvjxgnly1ss319dkz"))))
|
"01i95av28d0szyvx6l2gjv039r3205wjwjr91nfimq132rnl2mz7"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs `(("pkg-config" ,pkg-config)))
|
(native-inputs `(("pkg-config" ,pkg-config)))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Loading…
Reference in New Issue