mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-viresclient: Update to 0.13.0.
* gnu/packages/astronomy.scm (python-viresclient): Update to 0.13.0. Change-Id: I85be314932b30c6df39398ba6d94f6aee720e8ed Signed-off-by: Artyom V. Poptsov <poptsov.artyom@gmail.com>
This commit is contained in:
parent
3bf48bda29
commit
6f6f59a4e2
1 changed files with 2 additions and 2 deletions
|
@ -8060,13 +8060,13 @@ between image and reference catalogs. Currently only aligning images with
|
||||||
(define-public python-viresclient
|
(define-public python-viresclient
|
||||||
(package
|
(package
|
||||||
(name "python-viresclient")
|
(name "python-viresclient")
|
||||||
(version "0.12.3")
|
(version "0.13.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "viresclient" version))
|
(uri (pypi-uri "viresclient" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1vx1pk8sglr0xd8z4hg675s105m26x3k75mpc4bsdxryfjvmawh4"))))
|
(base32 "1bq2ippb91nxsd2rmw0wjq2x1v2xim1a28g0bkmfxvap4qr53cy6"))))
|
||||||
(build-system pyproject-build-system)
|
(build-system pyproject-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-flit-core
|
(list python-flit-core
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue