guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: gphoto2: Update to 2.5.28.


From: guix-commits
Subject: 03/05: gnu: gphoto2: Update to 2.5.28.
Date: Fri, 7 Jan 2022 15:44:49 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit b55cd95260988f365958ed5e4b1482be69197bb8
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Jan 7 06:40:49 2022 +0100

    gnu: gphoto2: Update to 2.5.28.
    
    * gnu/packages/photo.scm (gphoto2): Update to 2.5.28.
    [arguments]: Don't explicitly return #t from phases.
---
 gnu/packages/photo.scm | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index 785f795e99..913e1070f7 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -267,14 +267,14 @@ from digital cameras.")
 (define-public gphoto2
   (package
     (name "gphoto2")
-    (version "2.5.27")
+    (version "2.5.28")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://sourceforge/gphoto/gphoto/" version
                                   "/gphoto2-" version ".tar.bz2"))
               (sha256
                (base32
-                "0f4d3q381jnnkcqkb2dj1k709skp65qihl5xm80zandvl69lw19h"))))
+                "0xbki37q9ja34igidr2vj0ps1lp7sfz4xpsmh8h9x89dy76qsr1a"))))
     (build-system gnu-build-system)
     (native-inputs
      (list pkg-config))
@@ -287,13 +287,10 @@ from digital cameras.")
            (lambda* (#:key inputs #:allow-other-keys)
              (substitute* (find-files "tests/data" "\\.param$")
                (("/usr/bin/env")
-                (which "env")))
-             #t)))
-
+                (which "env"))))))
        ;; FIXME: There is 1 test failure, most likely related to the build
        ;; environment.
        #:tests? #f))
-
     (home-page "http://www.gphoto.org/";)
     (synopsis "Command-line tools to access digital cameras")
     (description



reply via email to

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