guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: gphoto2: Update to 2.5.15.


From: Tobias Geerinckx-Rice
Subject: 02/02: gnu: gphoto2: Update to 2.5.15.
Date: Fri, 12 Jan 2018 09:04:57 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit a0bb98c3220035578a3adef995e0bd36439123d2
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Jan 12 15:03:33 2018 +0100

    gnu: gphoto2: Update to 2.5.15.
    
    * gnu/packages/photo.scm (gphoto2): Update to 2.5.15.
---
 gnu/packages/photo.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index 89f09af..e93e465 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -137,14 +137,14 @@ from digital cameras.")
 (define-public gphoto2
   (package
     (name "gphoto2")
-    (version "2.5.11")
+    (version "2.5.15")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/gphoto/gphoto/" version
                                   "/gphoto2-" version ".tar.bz2"))
               (sha256
                (base32
-                "1sgr6rsvzzagcwhc8fxbnvz3k02wr2hab0vrbvcb04k5l3b48a1r"))))
+                "0xsa12k5fz49v8y4h3zahzr427a3ylxaf0k7hybrkp43g4i1lmxf"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)))
@@ -164,7 +164,7 @@ from digital cameras.")
                 (which "env")))
              #t)))
 
-       ;; FIXME: There are 2 test failures, most likely related to the build
+       ;; FIXME: There is 1 test failure, most likely related to the build
        ;; environment.
        #:tests? #f))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]