diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-03-21 00:22:55 +0000 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-03-31 21:04:09 +0100 |
commit | 526582fb5751e212ea9bf3e6402cb90dab8b9d31 (patch) | |
tree | 65cb53bac043a0fbbc35c9faef3feba9f089b92f | |
parent | bb3a726196ce6c65e5f6bb10c669d67e9c3f550c (diff) |
gnu: python-specreduce: Update to 1.5.1.
* gnu/packages/astronomy.scm (python-specreduce): Update to 1.5.1.
Change-Id: Ib8ed6da65e477381685eae95a05e2650cca22ddb
-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 d03f0ea346..2f1d7268f0 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -4085,13 +4085,13 @@ but has evolved to support other missions as well.") (define-public python-specreduce (package (name "python-specreduce") - (version "1.4.1") + (version "1.5.1") (source (origin (method url-fetch) (uri (pypi-uri "specreduce" version)) (sha256 - (base32 "14ba4ws2z3kpw007f3hpslgp5i6dx082xhql4aim7j82211gpj6s")))) + (base32 "0lx2v6wp5lrn9n7b6i15ib3a2rwndjhrm70h2r9mmx7vx44d9sd2")))) (build-system pyproject-build-system) (arguments (list |