diff options
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 |
