unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Aaron Covrig via Guix-patches via <guix-patches@gnu.org>
To: 73345@debbugs.gnu.org
Cc: Aaron Covrig <aaron.covrig.us@ieee.org>,
	lars@6xq.net, marius@gnu.org, me@bonfacemunyoki.com,
	sharlatanus@gmail.com, tanguy@bioneland.org, jgart@dismail.de
Subject: [bug#73345] [PATCH] gnu: python-gphoto2: Update to 2.5.0
Date: Wed, 18 Sep 2024 21:03:13 -0400	[thread overview]
Message-ID: <20240919010318.1428883-1-aaron.covrig.us@ieee.org> (raw)

* gnu/packages/python-xyz.scm (python-gphoto2): Update to 2.5.0
---
 gnu/packages/python-xyz.scm | 23 +++++++++++------------
 1 file changed, 11 insertions(+), 12 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 8d402d4f94..0f2985fdcb 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -2284,21 +2284,20 @@ (define-public python-glymur
 (define-public python-gphoto2
   (package
     (name "python-gphoto2")
-    (version "2.2.1")
-    (source (origin
-              (method url-fetch)
-              (uri (pypi-uri "gphoto2" version))
-              (sha256
-               (base32
-                "118zm25c8mlajfl0pzssnwz4b8lamj9dgymla9rn4nla7l244a0r"))))
+    (version "2.5.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "gphoto2" version))
+       (sha256
+        (base32 "104yb4g427rqjkaw3i0w30x3sssvmpna802nabjclzq688y7ml4p"))))
     (build-system python-build-system)
-    (native-inputs
-     (list pkg-config))
-    (inputs
-     (list libgphoto2))
+    (native-inputs (list pkg-config))
+    (inputs (list libgphoto2))
     (home-page "https://github.com/jim-easterbrook/python-gphoto2")
     (synopsis "Python interface to libgphoto2")
-    (description "@code{python-gphoto2} is a comprehensive Python interface
+    (description
+     "@code{python-gphoto2} is a comprehensive Python interface
 (or binding) to @code{libgphoto2}.  It is built using @code{SWIG} to
 automatically generate the interface code.")
     (license license:gpl3+)))

base-commit: 1b6ce1796abdf497f61f426d61339318f4f4f23d
-- 
2.46.0





                 reply	other threads:[~2024-09-19  1:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240919010318.1428883-1-aaron.covrig.us@ieee.org \
    --to=guix-patches@gnu.org \
    --cc=73345@debbugs.gnu.org \
    --cc=aaron.covrig.us@ieee.org \
    --cc=jgart@dismail.de \
    --cc=lars@6xq.net \
    --cc=marius@gnu.org \
    --cc=me@bonfacemunyoki.com \
    --cc=sharlatanus@gmail.com \
    --cc=tanguy@bioneland.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).