diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-08-18 15:18:05 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-09-01 20:04:49 +0100 |
| commit | f6f70d95abb1f0875b0bd724c26ee8382f981e2f (patch) | |
| tree | ec1aa29a23153a9b37261d812c7e1bd8327044d6 /gnu | |
| parent | 54ffff378eda565492e039a319a2b61c9da117a3 (diff) | |
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
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/astronomy.scm | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 33447fe3f54..e51156621ef 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm | |||
| @@ -7754,13 +7754,13 @@ will depend on your needs.") | |||
| 7754 | (define-public python-madrigalweb | 7754 | (define-public python-madrigalweb |
| 7755 | (package | 7755 | (package |
| 7756 | (name "python-madrigalweb") | 7756 | (name "python-madrigalweb") |
| 7757 | (version "3.3.7") | 7757 | (version "3.3.8") |
| 7758 | (source | 7758 | (source |
| 7759 | (origin | 7759 | (origin |
| 7760 | (method url-fetch) | 7760 | (method url-fetch) |
| 7761 | (uri (pypi-uri "madrigalweb" version)) | 7761 | (uri (pypi-uri "madrigalweb" version)) |
| 7762 | (sha256 | 7762 | (sha256 |
| 7763 | (base32 "0p55igi0xrckjbihcbjn14033hzliq6qjmacrxigrvjw3m016b75")))) | 7763 | (base32 "0pcvm82d1bw93kzr9rl2mkk8mgcmdyb8a21yvjjq0jcis0hwdd9y")))) |
| 7764 | (build-system pyproject-build-system) | 7764 | (build-system pyproject-build-system) |
| 7765 | (arguments | 7765 | (arguments |
| 7766 | (list #:tests? #f)) ;network access is required | 7766 | (list #:tests? #f)) ;network access is required |
| @@ -7769,9 +7769,8 @@ will depend on your needs.") | |||
| 7769 | (home-page "https://cedar.openmadrigal.org") | 7769 | (home-page "https://cedar.openmadrigal.org") |
| 7770 | (synopsis "Python Madrigal Remote API") | 7770 | (synopsis "Python Madrigal Remote API") |
| 7771 | (description | 7771 | (description |
| 7772 | "@code{madrigalWeb} is a pure python module to access data from any | 7772 | "@code{madrigalWeb} is a pure Python module to access data from any |
| 7773 | @url{https://cedar.openmadrigal.org/, Madrigal} | 7773 | @url{https://cedar.openmadrigal.org/, Madrigal} database. |
| 7774 | database. | ||
| 7775 | 7774 | ||
| 7776 | Madrigal is an upper atmospheric science database used by groups throughout | 7775 | Madrigal is an upper atmospheric science database used by groups throughout |
| 7777 | the world. Madrigal is a robust, World Wide Web based system capable of | 7776 | the world. Madrigal is a robust, World Wide Web based system capable of |
