diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-03-21 00:07:24 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-03-31 21:04:09 +0100 |
commit | a5043ee7ee65036fc37867b957564a9b99ca86a3 (patch) | |
tree | 74f9e0a4eda73ef4324c389731c1210ad2c24150 | |
parent | 84f1999beea97c333c5fc2c9c2aaba4af8de7d6c (diff) |
gnu: python-pysat: Update to 3.2.2.
* gnu/packages/astronomy.scm (python-pysat): Update to 3.2.2.
Change-Id: Ib7969526925c629bb505e0f1bd6ecdc53fdc56d8
-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 2ba6e0bbdc..0ab980b9b0 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -6224,7 +6224,7 @@ Features: (define-public python-pysat (package (name "python-pysat") - (version "3.2.1") + (version "3.2.2") (source (origin (method git-fetch) ; no tests data in the PyPI tarball @@ -6233,7 +6233,7 @@ Features: (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "0xsxj66ybh7q3n68nlasz23x8lsdamny92r960gipzk8xmwwzmcw")))) + (base32 "0gm71zafigwc94s37wqyl86yjabpq6wx9izwxag74wg1ynhqyvf0")))) (build-system pyproject-build-system) (arguments (list |