summaryrefslogtreecommitdiff
path: root/gnu/packages/photo.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2016-11-27 02:12:26 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2016-11-27 20:58:18 +0100
commitf6c44a3f0492a84fe2fac2279bc29931a5442e02 (patch)
treee85ec61e94a60940be1376a3ee1c3071fe0c6165 /gnu/packages/photo.scm
parent69874f5fd2b529a6028eaa7c1a342b321bd87f59 (diff)
downloadguix-patches-f6c44a3f0492a84fe2fac2279bc29931a5442e02.tar
guix-patches-f6c44a3f0492a84fe2fac2279bc29931a5442e02.tar.gz
gnu: gphoto2: Update to 2.5.11.
* gnu/packages/photo.scm (gphoto2): Update to 2.5.11.
Diffstat (limited to 'gnu/packages/photo.scm')
-rw-r--r--gnu/packages/photo.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index 9d34e4797c..00bbb5d9a9 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -120,14 +120,14 @@ from digital cameras.")
(define-public gphoto2
(package
(name "gphoto2")
- (version "2.5.10")
+ (version "2.5.11")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/gphoto/gphoto/" version
"/gphoto2-" version ".tar.bz2"))
(sha256
(base32
- "1436i2chc1xzq1bng48yx52kgqjqbaashij52sifbdslbm9jzk36"))))
+ "1sgr6rsvzzagcwhc8fxbnvz3k02wr2hab0vrbvcb04k5l3b48a1r"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)))