[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/10: gnu: python-stdatamodels: Update to 1.7.1.
From: |
guix-commits |
Subject: |
03/10: gnu: python-stdatamodels: Update to 1.7.1. |
Date: |
Tue, 8 Aug 2023 03:37:49 -0400 (EDT) |
andreas pushed a commit to branch master
in repository guix.
commit 130c154737f2f9f693df9802a68d2407bf55551f
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Jul 27 00:15:45 2023 +0100
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>
---
gnu/packages/astronomy.scm | 4 ++--
1 file 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
- branch master updated (98c17c1482 -> 692f24d739), guix-commits, 2023/08/08
- 03/10: gnu: python-stdatamodels: Update to 1.7.1.,
guix-commits <=
- 02/10: gnu: python-stcal: Update to 1.4.2., guix-commits, 2023/08/08
- 06/10: gnu: python-pyerfa: Update to 2.0.0.3., guix-commits, 2023/08/08
- 01/10: gnu: python-reproject: Update to 0.11.0., guix-commits, 2023/08/08
- 04/10: gnu: python-cdflib: Update to 1.0.5., guix-commits, 2023/08/08
- 09/10: gnu: python-synphot: Update to 1.2.1., guix-commits, 2023/08/08
- 08/10: gnu: python-pyerfa: Use G-expressions., guix-commits, 2023/08/08
- 07/10: gnu: python-pyerfa: Fix tests., guix-commits, 2023/08/08
- 10/10: gnu: python-astroalign: Fix build., guix-commits, 2023/08/08
- 05/10: gnu: python-sunpy: Update to 5.0.0., guix-commits, 2023/08/08