guix_mirror_bot pushed a commit to branch astro-update
in repository guix.

commit 8a3bbbe42f3ea670c66017b62a1dce989d10c168
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 161312d27e9..855951fcf7f 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -8395,7 +8395,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)
@@ -8404,7 +8404,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

Reply via email to