diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-16 21:01:14 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-26 16:15:35 +0100 |
commit | b645c95d40d24bddae49149da3f5cf951a847668 (patch) | |
tree | 151743b7001ac2bf4c0582c2c2dfc68971fdbd5b | |
parent | 2e1519de7073f8c0ad99ab868f355e109e6dd77f (diff) |
gnu: python-crds: Update to 12.1.5.
* gnu/packages/astronomy.scm (python-crds): Update to 12.1.5.
Change-Id: Id47bfe8b55d9daf4693102c87b4a672f1e894703
-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 1bd56855c8..1626594085 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -2971,13 +2971,13 @@ cosmological parameters e.g. redshift or luminosity-distance.") (define-public python-crds (package (name "python-crds") - (version "12.1.4") + (version "12.1.5") (source (origin (method url-fetch) (uri (pypi-uri "crds" version)) (sha256 - (base32 "1h4il1gpk3219lskd17vfa5wpbpj2mhacv2yv9v4v33kwzfjb5w7")))) + (base32 "1na5h1lhz7qqiwxh79h8hl0sjchw3nmaq1638sdqw1s5j68iv9ry")))) (build-system pyproject-build-system) (arguments (list |