diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-19 15:34:59 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-30 11:40:45 +0000 |
| commit | 0eef0ec633cf9729f548cb4b525e3103580ebcc9 (patch) | |
| tree | 4a30320cfa3cd9b2ed377806fe1f972965a04567 /gnu | |
| parent | 4e89299377959008fc00e299c12481fa909d323c (diff) | |
gnu: python-gwcs: Update to 0.26.1.
* gnu/packages/astronomy.scm (python-gwcs): Update to 0.26.1.
Change-Id: Idbe3c645648be130f36ee82f15d55a2e80e795e1
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 a8eb339c83..70b14216a0 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -5236,13 +5236,13 @@ specifically pulsar timing array signals.") (define-public python-gwcs (package (name "python-gwcs") - (version "0.26.0") + (version "0.26.1") (source (origin (method url-fetch) (uri (pypi-uri "gwcs" version)) (sha256 - (base32 "0r9r6ns4gcszq199pwiw4pb4lydp16i4zdp136az8y6f994lrzqb")))) + (base32 "0gkxgwzlazg0xihhgg9vlss6jj7lg6i6r2z6igpxcnyc5s147d0p")))) (build-system pyproject-build-system) (arguments (list |
