diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-15 12:47:07 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-30 09:10:10 +0000 |
| commit | dd05643ea641e204d82e32d0cd00983c99b0c31f (patch) | |
| tree | 88657e51f0586a94a5f71381f45de506c4bc41fb /gnu | |
| parent | f44892f3b06df3a0cf93b5792321100309446128 (diff) | |
gnu: python-swiftgalaxy: Update to 2.3.1.
* gnu/packages/astronomy.scm (python-swiftgalaxy): Update to 2.3.1.
Change-Id: I81eaba9ab7a7f809275251d3a0843bb5e7ce92c7
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 1fa4d7a18a..a6d3a8f1ea 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -10367,7 +10367,7 @@ object.") (define-public python-swiftgalaxy (package (name "python-swiftgalaxy") - (version "1.2.1") ;the latest compatible with python-swiftsimio@9.0.1 + (version "2.3.1") (source (origin (method git-fetch) @@ -10376,7 +10376,7 @@ object.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1ywgjhv6h9cm052gjfhsiavy9s2czv1m9y8fnrfcidh72fks81d4")))) + (base32 "06sb3s7n5617ygm3jg40ki2py0223nf4v86f7r6rdm0q9v9xgyg4")))) (build-system pyproject-build-system) (arguments (list #:tests? #f)) ;tests need to download remote datasets |
