mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-gphoto2: Update to 2.5.0.
* gnu/packages/python-xyz.scm (python-gphoto2): Update to 2.5.0. [license]: Change to lgpl3+ (upstream changed in version 2.4.0). Change-Id: Ib15737ded100458c955652ee2c075a12016d0689
This commit is contained in:
parent
e46bc3d928
commit
731fa9f96a
1 changed files with 3 additions and 3 deletions
|
@ -2341,13 +2341,13 @@ allows one to read and write JPEG 2000 files")
|
||||||
(define-public python-gphoto2
|
(define-public python-gphoto2
|
||||||
(package
|
(package
|
||||||
(name "python-gphoto2")
|
(name "python-gphoto2")
|
||||||
(version "2.2.1")
|
(version "2.5.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "gphoto2" version))
|
(uri (pypi-uri "gphoto2" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"118zm25c8mlajfl0pzssnwz4b8lamj9dgymla9rn4nla7l244a0r"))))
|
"104yb4g427rqjkaw3i0w30x3sssvmpna802nabjclzq688y7ml4p"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config))
|
(list pkg-config))
|
||||||
|
@ -2358,7 +2358,7 @@ allows one to read and write JPEG 2000 files")
|
||||||
(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
|
(or binding) to @code{libgphoto2}. It is built using @code{SWIG} to
|
||||||
automatically generate the interface code.")
|
automatically generate the interface code.")
|
||||||
(license license:gpl3+)))
|
(license license:lgpl3+)))
|
||||||
|
|
||||||
(define-public python-colour
|
(define-public python-colour
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue