gnu: gphoto2: Update to 2.5.26.
authorTobias Geerinckx-Rice <me@tobias.gr>
Wed, 14 Oct 2020 12:32:29 +0000 (14:32 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Wed, 14 Oct 2020 14:31:44 +0000 (16:31 +0200)
* gnu/packages/photo.scm (gphoto2): Update to 2.5.26.

gnu/packages/photo.scm

index 328f40f..dbe18a0 100644 (file)
@@ -269,14 +269,14 @@ from digital cameras.")
 (define-public gphoto2
   (package
     (name "gphoto2")
-    (version "2.5.23")
+    (version "2.5.26")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/gphoto/gphoto/" version
                                   "/gphoto2-" version ".tar.bz2"))
               (sha256
                (base32
-                "1laqwhxr0xhbykmp0dhd3j4rr2lhj5y228s31afnqxp700hhk1yz"))))
+                "0bxbcn31xalsvjp8fra324hf2105y3ps7zlyfz11v71j0lxj2lvn"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))