guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 5458b1e58ac4d9ba1b5e9478338fd5a3339da133
Author: Nicolas Graves <[email protected]>
AuthorDate: Wed Feb 4 20:20:11 2026 +0100
gnu: rapid-photo-downloader: Update to 0.9.37a5.
* gnu/packages/photo.scm (rapid-photo-downloader): Update to 0.9.37a5.
[native-inputs]: Replace python-setuptools by python-hatchling,
python-hatch-argparse-manpage, python-hatch-gettext.
[propagated-inputs]: Add python-pillow.
Change-Id: I38a87f28a25f3fbb8447a6d6a2ece5ef02dd85c0
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/photo.scm | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/photo.scm b/gnu/packages/photo.scm
index 2fb5d955f8..6549b4c0f9 100644
--- a/gnu/packages/photo.scm
+++ b/gnu/packages/photo.scm
@@ -109,7 +109,7 @@
(define-public rapid-photo-downloader
(package
(name "rapid-photo-downloader")
- (version "0.9.36")
+ (version "0.9.37a5")
(source
(origin
(method git-fetch)
@@ -118,7 +118,7 @@
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1x4hgsxyn6nf12whwmmaxh447n88diix5wazcwv4hqm6mip8hnbw"))))
+ (base32 "0pb7gfsbgq9zl6yiapmaax814c0ydkl75xj8025mqygy3lmm9mba"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -171,8 +171,10 @@
(list file
intltool
gobject-introspection
- python-pytest
- python-setuptools))
+ python-hatchling
+ python-hatch-argparse-manpage
+ python-hatch-gettext
+ python-pytest))
(inputs
(list bash-minimal ;for wrap-program
gdk-pixbuf
@@ -190,6 +192,7 @@
python-pyqt
python-pygobject
python-gphoto2
+ python-pillow
python-pyzmq
python-tornado
python-psutil