diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-10 20:41:48 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-30 15:07:40 +0000 |
commit | de90506258e1f98fb5ace39ae2e4d46a15d527c7 (patch) | |
tree | a8edca8976220db59ed7aafe4d1fd309be1af30a /gnu | |
parent | ec8b6d5f076707fe2b17ccf4c3595c55df5e8939 (diff) |
gnu: python-halotools: Update to 0.9.2.
* gnu/packages/astronomy.scm (python-halotools): Update to 0.9.2.
Change-Id: I21505a54c2537977fc5346f21ef626b0699b7891
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 dd151c0f28..79f67e8a89 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -2567,13 +2567,13 @@ default) to world coordinates.") (define-public python-halotools (package (name "python-halotools") - (version "0.9.1") + (version "0.9.2") (source (origin (method url-fetch) (uri (pypi-uri "halotools" version)) (sha256 - (base32 "1fn74ljb4yv3nprgzaf9awiyjdvkmzf1a1n2kvajbax835qcs3bz")))) + (base32 "1fa4w8dabr0zx6xwnrdwdipf4s6sg7q25jmq42n9q8n64kjx60vb")))) (build-system pyproject-build-system) (arguments (list |