GNU bug report logs -
#72741
[PATCH 00/32] Astronomy update 2024/08.
Previous Next
Full log
Message #29 received at 72741 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/astronomy.scm (python-drms): Update to 0.8.0.
[native-inputs]: Remove python-pytest.
Change-Id: Id42d08c1b6e8921cd8fb9e4b58b71a2e133f6679
---
gnu/packages/astronomy.scm | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index 91271e665f..b3ca5074c3 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -2422,20 +2422,18 @@ (define-public python-czml3
(define-public python-drms
(package
(name "python-drms")
- (version "0.7.1")
+ (version "0.8.0")
(source
(origin
(method url-fetch)
(uri (pypi-uri "drms" version))
(sha256
- (base32 "01q00zwpbhik9lgbc42z6q791ybxc41rxgrj04fpcfkl3hcl0nyr"))))
+ (base32 "19lqy510d7iyxfz445h2rn4d0rvmd4d3lnjmvbkvv270ckpfw09f"))))
(build-system pyproject-build-system)
(native-inputs
- (list python-astropy
- python-pytest-astropy
- python-pytest
- python-setuptools-scm))
- (propagated-inputs (list python-numpy python-pandas))
+ (list python-astropy python-pytest-astropy python-setuptools-scm))
+ (propagated-inputs
+ (list python-numpy python-pandas))
(home-page "https://sunpy.org")
(synopsis "Access astronomical HMI, AIA and MDI data with Python")
(description
--
2.41.0
This bug report was last modified 318 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.