[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/15: gnu: libgphoto2: Update to 2.5.26.
From: |
guix-commits |
Subject: |
04/15: gnu: libgphoto2: Update to 2.5.26. |
Date: |
Wed, 14 Oct 2020 10:32:28 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit ce7548e69112f67580f529ad78d4a053ed133b63
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Wed Oct 14 14:30:44 2020 +0200
gnu: libgphoto2: Update to 2.5.26.
* gnu/packages/photo.scm (libgphoto2): Update to 2.5.26.
---
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 5f97d7e..328f40f 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -4,7 +4,7 @@
;;; Copyright © 2015, 2017 Andreas Enge <andreas@enge.fr>
;;; Copyright © 2016, 2017, 2018, 2019 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2017 Roel Janssen <roel@gnu.org>
-;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
+;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018 Leo Famulari <leo@famulari.name>
;;; Copyright © 2020 Sebastian Schott <sschott@mailbox.org>
;;; Copyright © 2020 Vincent Legoll <vincent.legoll@gmail.com>
@@ -238,14 +238,14 @@ data as produced by digital cameras.")
(define-public libgphoto2
(package
(name "libgphoto2")
- (version "2.5.25")
+ (version "2.5.26")
(source (origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/gphoto/libgphoto/"
version "/libgphoto2-" version ".tar.bz2"))
(sha256
(base32
- "0fkz2rx7xlmr6zl6f56hhxps6bx16dwcw5pyd8c2icf273s9h3kw"))))
+ "1m5wxap3x9z6x8s2gj3sw9lqwlmbgz00dv6z3h3qk15prfizwh3p"))))
(build-system gnu-build-system)
(native-inputs `(("pkg-config" ,pkg-config)))
(inputs
- branch master updated (3c1b0b9 -> 2bfe99b), guix-commits, 2020/10/14
- 08/15: gnu: vim: Update to 8.2.1844., guix-commits, 2020/10/14
- 03/15: gnu: python-aiohttp: Update to 3.6.3., guix-commits, 2020/10/14
- 06/15: gnu: python-pgpy: Update to 0.5.3., guix-commits, 2020/10/14
- 07/15: gnu: python-pgpy: Run the tests., guix-commits, 2020/10/14
- 02/15: gnu: python-passlib: Update to 1.7.4., guix-commits, 2020/10/14
- 04/15: gnu: libgphoto2: Update to 2.5.26.,
guix-commits <=
- 09/15: gnu: plantuml: Update to 1.2020.19., guix-commits, 2020/10/14
- 11/15: gnu: oil: Update to 0.8.2., guix-commits, 2020/10/14
- 13/15: gnu: jasper: Update to 2.0.22., guix-commits, 2020/10/14
- 10/15: gnu: osinfo-db: Update to 20201011., guix-commits, 2020/10/14
- 12/15: gnu: python-pastedeploy: Update to 2.1.1., guix-commits, 2020/10/14
- 14/15: gnu: cpuid: Update to 20201006., guix-commits, 2020/10/14
- 01/15: gnu: perl-crypt-rijndael: Update to 1.15., guix-commits, 2020/10/14
- 05/15: gnu: gphoto2: Update to 2.5.26., guix-commits, 2020/10/14
- 15/15: gnu: cpuid: Use CC-FOR-TARGET., guix-commits, 2020/10/14