~ruther/guix-local

00dcf62a8d98e748d917219e4a8d816bff24cfbf — Sharlatan Hellseher 2 years ago 3745a93
gnu: python-suntime: Update to 1.3.2.

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

Change-Id: I0af01462f3732ce9ece89a3d8bd8533563ece929
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/astronomy.scm
M gnu/packages/astronomy.scm => gnu/packages/astronomy.scm +2 -2
@@ 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")