diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-04-21 16:41:20 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-04-30 20:12:40 +0100 |
commit | 5e3a5fa986c4a11088d39789f3447fc3a3dc71c8 (patch) | |
tree | a2556c344dcb77e879c66d1cad540bfeda8fb52d | |
parent | a577dea95a6fd2c2b39e2c8707e3502c4663b6bf (diff) | |
download | guix-5e3a5fa986c4a11088d39789f3447fc3a3dc71c8.tar.gz guix-5e3a5fa986c4a11088d39789f3447fc3a3dc71c8.zip |
gnu: python-losoto: Update to 2.5.0.
* gnu/packages/astronomy.scm (python-losoto): Update to 2.5.0.
Change-Id: I4ce1092227d5fd1acb185e25880fa7eed0650d5b
-rw-r--r-- | gnu/packages/astronomy.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index af56fc8d6c..13e6344bb1 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -3575,7 +3575,7 @@ solutions generated by NDPPP.") (define-public python-losoto (package (name "python-losoto") - (version "2.4.4") + (version "2.5.0") (source (origin (method git-fetch) ; no tests data in the PyPI tarball @@ -3584,7 +3584,7 @@ solutions generated by NDPPP.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0sdg30fi3dl4w5k4a4ry8b4rgx8ydf18s0yrka1ba1sin34jkwnk")))) + (base32 "1bpp156rrn35x1350kn1g7h6s9427yh1mhs5dbdyzy264z1m2gdr")))) (build-system pyproject-build-system) (arguments (list |