guix_mirror_bot pushed a commit to branch astro-update
in repository guix.
commit 748b5ae50bbd27f31a2c717b04cfcbbd18d8fac7
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jul 16 13:14:40 2026 +0100
gnu: python-stcal: Update to 1.19.1.
* gnu/packages/astronomy.scm (python-stcal): Update to 1.19.1.
---
gnu/packages/astronomy.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 39ca27a361..ecceec654d 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -11201,7 +11201,7 @@ and CAS statistics), as well as fitting 2D Sérsic
profiles.")
(define-public python-stcal
(package
(name "python-stcal")
- (version "1.18.0")
+ (version "1.19.1")
(source
(origin
(method git-fetch)
@@ -11210,11 +11210,11 @@ and CAS statistics), as well as fitting 2D Sérsic
profiles.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "05p0pljqd6dpp45vgkirn0qa0r691bdjjb1n19qlqjpbd0jsqv76"))))
+ (base32 "0cvlzb3j1k997z7cihjpx1pqgsi5l6qgb3glg9aqgmfmjmk7d0l5"))))
(build-system pyproject-build-system)
(arguments
(list
- ;; tests: 683 passed, 12 warnings
+ ;; tests: 694 passed, 12 warnings
#:test-flags
#~(list "--pyargs" "stcal"
"--numprocesses" (number->string (min 8 (parallel-job-count)))