diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2023-07-27 00:15:45 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2023-08-08 09:36:59 +0200 |
commit | 130c154737f2f9f693df9802a68d2407bf55551f (patch) | |
tree | a5b5bea90e85deb093bc51b7effa94e83a551cd0 | |
parent | 6f0d48ac7141714ab18bac08fa7b0419721682e3 (diff) | |
download | guix-130c154737f2f9f693df9802a68d2407bf55551f.tar.gz guix-130c154737f2f9f693df9802a68d2407bf55551f.zip |
gnu: python-stdatamodels: Update to 1.7.1.
* gnu/packages/astronomy.scm (python-stdatamodels): Update to 1.7.1.
Signed-off-by: Andreas Enge <andreas@enge.fr>
-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 be339c2104..a124d9f626 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -2520,13 +2520,13 @@ image processing functions: @code{xyxymatch}, @code{geomap}.") (define-public python-stdatamodels (package (name "python-stdatamodels") - (version "1.5.0") + (version "1.7.1") (source (origin (method url-fetch) (uri (pypi-uri "stdatamodels" version)) (sha256 (base32 - "1lssz5mnkzgraqa9mdg1w39scsikymcp3zpmsjb146r0pqnwnpzw")))) + "0d7a27myl3xgri3z7yx26mr4dpqnlfhdh5i2ql2miwymi0mx3ij5")))) (build-system pyproject-build-system) (arguments (list |