guix_mirror_bot pushed a commit to branch astro-update
in repository guix.
commit 670f0727d95f8683b1d41643c7c4358fe41b7004
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sat Sep 12 20:52:24 2026 +0100
gnu: python-p-winds: Update to 2.0.1.
* gnu/packages/astronomy.scm (python-p-winds): Update to 2.0.1.
---
gnu/packages/astronomy.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index b596304b8a5..fd5d5ccda66 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -8453,7 +8453,7 @@ Astronomy.")
(define-public python-p-winds
(package
(name "python-p-winds")
- (version "1.4.7")
+ (version "2.0.1")
(source
(origin
(method git-fetch)
@@ -8462,7 +8462,7 @@ Astronomy.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0z94nvx47v50c7nq20kny49cr2w2xszvijy9bfxp2dbgq49ip244"))))
+ (base32 "0ww9djjdxrmaxibvj45k0k67z0agpqrxpvhjvnxm7wg5z50zqpzk"))))
(build-system pyproject-build-system)
(arguments
(list #:tests? #f)) ;network access is required to fetch test data