diff options
author | Marius Bakke <mbakke@fastmail.com> | 2018-12-08 23:06:46 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2018-12-08 23:06:46 +0100 |
commit | cec0c4e29c6efb337ae65d9c533cdbb2bf724430 (patch) | |
tree | 6347d0042fd4c3b6374d463e6d26b56abec05ad8 /gnu/packages/photo.scm | |
parent | 0fd9671bcca297ee74bdee85db928c343dcef662 (diff) | |
download | patches-cec0c4e29c6efb337ae65d9c533cdbb2bf724430.tar patches-cec0c4e29c6efb337ae65d9c533cdbb2bf724430.tar.gz |
gnu: libgphoto2: Update to 2.5.21.
* gnu/packages/photo.scm (libgphoto2): Update to 2.5.21.
Diffstat (limited to 'gnu/packages/photo.scm')
-rw-r--r-- | gnu/packages/photo.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm index 1b1458a285..9410d1761d 100644 --- a/gnu/packages/photo.scm +++ b/gnu/packages/photo.scm @@ -131,14 +131,14 @@ data as produced by digital cameras.") (define-public libgphoto2 (package (name "libgphoto2") - (version "2.5.20") + (version "2.5.21") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/gphoto/libgphoto/" version "/libgphoto2-" version ".tar.bz2")) (sha256 (base32 - "03wbwsb4v7yay8g5ni7pzmkbrh7qnqx977bddjpxsp9f1qag03z1")))) + "1ccb8idjkv19p9zxg6hh8y6vbgs8flpnh550lq6a8cmga8d2nmy5")))) (build-system gnu-build-system) (native-inputs `(("pkg-config" ,pkg-config))) (inputs |