diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-21 16:00:30 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-11-30 15:10:44 +0000 |
commit | 0cd1b7d3dd62eb365ad5ee209e12a6e5344b36c8 (patch) | |
tree | bfa5ec814faf8d049b2ac9e8e333914391cd2cbe /gnu/packages/astronomy.scm | |
parent | 0b13b4377d5539354604f1c390fa1a599bc892ed (diff) |
gnu: python-astroalign: Update to 2.6.1.
* gnu/packages/astronomy.scm (python-astroalign): Update to 2.6.1.
Change-Id: I2181e07f4e90750e8855ead326bf7d0b97956089
Diffstat (limited to 'gnu/packages/astronomy.scm')
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index b56b340eeb..680dd8c673 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -1724,7 +1724,7 @@ specification.") (define-public python-astroalign (package (name "python-astroalign") - (version "2.6.0") + (version "2.6.1") (source (origin ;; There are no tests in the PyPI tarball. @@ -1734,7 +1734,7 @@ specification.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "19dmdnp2hzhzd25601xrfflhxi3j2rgpwf3nl882173wb544cxyq")))) + (base32 "1r65n0jx3gvr43c8svswcpvjdjwz85xcvxrrxmvxzv0w2bd6xcc9")))) (build-system pyproject-build-system) (native-inputs (list python-astropy |