guix_mirror_bot pushed a commit to branch astro-update
in repository guix.
commit 513391ed6ed00b5888ba53da489890a33940d300
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Sep 20 21:13:27 2026 +0100
gnu: python-sunkit-magex: Update to 1.2.0.
* gnu/packages/astronomy.scm (python-sunkit-magex): Update to 1.2.0.
[phases]{pre-check}: Rename to {set-HOME} for consistency.
---
gnu/packages/astronomy.scm | 8 +++-----
1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 70a7d7bfcdc..8dbcf69663e 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -12635,13 +12635,13 @@ measures using multiple methods with a common API.")
(define-public python-sunkit-magex
(package
(name "python-sunkit-magex")
- (version "1.1.0")
+ (version "1.2.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "sunkit_magex" version))
(sha256
- (base32 "16wraf2yrqslik4h3mhj5gcwx7fdg3x9v38swlhcgcyvkcjxbqc2"))))
+ (base32 "0316pqxxsy217wiqwb0k0dpnmmn2847fsyjw8hr4iwxlj8nyk1ja"))))
(build-system pyproject-build-system)
(arguments
(list
@@ -12649,9 +12649,7 @@ measures using multiple methods with a common API.")
#~(list "--numprocesses" (number->string (min 8 (parallel-job-count))))
#:phases
#~(modify-phases %standard-phases
- (add-before 'check 'pre-check
- ;; FileNotFoundError: [Errno 2] No such file or directory:
- ;; '/homeless-shelter/.config'
+ (add-before 'check 'set-HOME
(lambda _
(setenv "HOME" "/tmp"))))))
(native-inputs