diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2023-07-27 00:15:47 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2023-08-08 09:36:59 +0200 |
commit | 6081c8699bf4040811b35e39402af50d41a6c771 (patch) | |
tree | e0bf42e2b6780cc80ed369156834b724bce1805d /gnu | |
parent | dc3c9ddc0850c633aa9f194ec941fa529a308743 (diff) | |
download | guix-6081c8699bf4040811b35e39402af50d41a6c771.tar.gz guix-6081c8699bf4040811b35e39402af50d41a6c771.zip |
gnu: python-synphot: Update to 1.2.1.
* gnu/packages/astronomy.scm (python-synphot): Update to 1.2.1.
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu')
-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 556ba8c6a2..1f84ed4e62 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -3413,13 +3413,13 @@ datetime object.") (define-public python-synphot (package (name "python-synphot") - (version "1.2.0") + (version "1.2.1") (source (origin (method url-fetch) (uri (pypi-uri "synphot" version)) (sha256 (base32 - "02pjp1bnbyq7zi1bxqv56nif4ijd8fscmnn9ldrs8yvgsbmgdvlc")))) + "10kcdg2gqmi1w2hsjx9hfizwbff3kll10s68hys13nzh4i8b7cc4")))) (build-system pyproject-build-system) (arguments (list |