[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#61012] [PATCH 3/3] gnu: python-regions: Update to 0.7.
From: |
Sharlatan Hellseher |
Subject: |
[bug#61012] [PATCH 3/3] gnu: python-regions: Update to 0.7. |
Date: |
Sun, 22 Jan 2023 23:58:07 +0000 |
* gnu/packages/astronomy.scm (python-regions): Update to 0.7.
---
gnu/packages/astronomy.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm
index e7b53833f8..6f50d5bb7f 100644
--- a/gnu/packages/astronomy.scm
+++ b/gnu/packages/astronomy.scm
@@ -1420,13 +1420,13 @@ (define-public python-pyvo
(define-public python-regions
(package
(name "python-regions")
- (version "0.6")
+ (version "0.7")
(source
(origin
(method url-fetch)
(uri (pypi-uri "regions" version))
(sha256
- (base32 "0p95bxxw4dgd16rh1yj7zvfbijk52dqvqj20nj6q8kr5ms08acl0"))))
+ (base32 "08wsg9kxnki5pz8gdp81bq06jdmsip382fl02rvnr96cvzr7wf3m"))))
(build-system python-build-system)
(arguments
`(#:test-target "pytest"
--
2.39.1