guix_mirror_bot pushed a commit to branch master
in repository guix.

commit f6f70d95abb1f0875b0bd724c26ee8382f981e2f
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue Aug 18 15:18:05 2026 +0100

    gnu: python-madrigalweb: Update to 3.3.8.
    
    * gnu/packages/astronomy.scm (python-madrigalweb): Update to 3.3.8.
    [description]: Improve style.
    
    Relates-to: guix/guix!10702
---
 gnu/packages/astronomy.scm | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 33447fe3f5..e51156621e 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -7754,13 +7754,13 @@ will depend on your needs.")
 (define-public python-madrigalweb
   (package
     (name "python-madrigalweb")
-    (version "3.3.7")
+    (version "3.3.8")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "madrigalweb" version))
        (sha256
-        (base32 "0p55igi0xrckjbihcbjn14033hzliq6qjmacrxigrvjw3m016b75"))))
+        (base32 "0pcvm82d1bw93kzr9rl2mkk8mgcmdyb8a21yvjjq0jcis0hwdd9y"))))
     (build-system pyproject-build-system)
     (arguments
      (list #:tests? #f))    ;network access is required
@@ -7769,9 +7769,8 @@ will depend on your needs.")
     (home-page "https://cedar.openmadrigal.org";)
     (synopsis "Python Madrigal Remote API")
     (description
-     "@code{madrigalWeb} is a pure python module to access data from any
-@url{https://cedar.openmadrigal.org/, Madrigal}
-database.
+     "@code{madrigalWeb} is a pure Python module to access data from any
+@url{https://cedar.openmadrigal.org/, Madrigal} database.
 
 Madrigal is an upper atmospheric science database used by groups throughout
 the world.  Madrigal is a robust, World Wide Web based system capable of

Reply via email to