me
/
guix
Archived
1
0
Fork 0

gnu: python-suntime: Update to 1.3.2.

* gnu/packages/astronomy.scm (python-suntime): Update to 1.3.2.

Change-Id: I0af01462f3732ce9ece89a3d8bd8533563ece929
master
Sharlatan Hellseher 2024-03-11 14:27:36 +00:00
parent 3745a93a98
commit 00dcf62a8d
No known key found for this signature in database
GPG Key ID: 76D727BFF62CD2B5
1 changed files with 2 additions and 2 deletions

View File

@ -4155,13 +4155,13 @@ spectra, and data.")
(define-public python-suntime
(package
(name "python-suntime")
(version "1.2.5")
(version "1.3.2")
(source (origin
(method url-fetch)
(uri (pypi-uri "suntime" version))
(sha256
(base32
"0ja64w293wjx76q3z18ikx4rdihwkbj6pnjpbs82ycyyzhfnbpz4"))))
"1kyd1r6zcs0jmh5gq74adrnb1h7dfr1mzjq4k4vbngfiga8gfd28"))))
(build-system python-build-system)
(propagated-inputs (list python-dateutil))
(home-page "https://github.com/SatAgro/suntime")