[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
15/15: gnu: libgphoto2: Update to 2.5.18.
From: |
Tobias Geerinckx-Rice |
Subject: |
15/15: gnu: libgphoto2: Update to 2.5.18. |
Date: |
Fri, 29 Jun 2018 21:54:51 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit d17d1e75ba645479cc4fe4a3a67bef52ecc45102
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Sat Jun 30 02:35:32 2018 +0200
gnu: libgphoto2: Update to 2.5.18.
* gnu/packages/photo.scm (libgphoto2): Update to 2.5.18.
---
gnu/packages/photo.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index b5b56b5..e72bf40 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -109,14 +109,14 @@ data as produced by digital cameras.")
(define-public libgphoto2
(package
(name "libgphoto2")
- (version "2.5.17")
+ (version "2.5.18")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/gphoto/libgphoto/"
version "/libgphoto2-" version ".tar.bz2"))
(sha256
(base32
- "0mdmjb8a07g37bb5q69h11sixw0w6y5g3kbii9z97yhklgq68x21"))))
+ "1v57ayp17j88bj79nl7rf4iyajbxx00kgb4l5k3kbv50gjfvh5sv"))))
(build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config)))
(inputs
- 12/15: gnu: slepc: Return #t from all phases., (continued)
- 12/15: gnu: slepc: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/29
- 06/15: gnu: xxhash: Don't use unstable tarball., Tobias Geerinckx-Rice, 2018/06/29
- 07/15: gnu: xxhash: Update to 0.6.5., Tobias Geerinckx-Rice, 2018/06/29
- 10/15: gnu: superlu-dist: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/29
- 13/15: gnu: wget2: Return #t from phases., Tobias Geerinckx-Rice, 2018/06/29
- 03/15: gnu: python-xopen: Update to 0.3.3., Tobias Geerinckx-Rice, 2018/06/29
- 05/15: gnu: tlsdate: Bump COMPILE_DATE., Tobias Geerinckx-Rice, 2018/06/29
- 09/15: gnu: scotch: Return #t from all phases., Tobias Geerinckx-Rice, 2018/06/29
- 14/15: gnu: ristretto: Update to 0.8.3., Tobias Geerinckx-Rice, 2018/06/29
- 01/15: gnu: python-parso: Update to 0.2.1., Tobias Geerinckx-Rice, 2018/06/29
- 15/15: gnu: libgphoto2: Update to 2.5.18.,
Tobias Geerinckx-Rice <=