diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-16 16:06:39 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-30 18:34:51 +0000 |
| commit | 567dad02ba96a489f3218bf3ad97fd20b0eaf7b6 (patch) | |
| tree | 557b647cd8761688660dbaed183f4e7369ea0e6c | |
| parent | 77d72f6643dc21fb8326a2559a34d2202a2eb0ce (diff) | |
gnu: python-glue-core: Update to 1.24.1.
* gnu/packages/astronomy.scm (python-glue-core): Update to 1.24.1.
Change-Id: I8905d91b83988d3c723472d77b6653e04726ea06
| -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 5c82e010580..e32144f86bc 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -4577,13 +4577,13 @@ astronomy-specific functionality") (define-public python-glue-core (package (name "python-glue-core") - (version "1.23.0") + (version "1.24.1") (source (origin (method url-fetch) (uri (pypi-uri "glue_core" version)) (sha256 - (base32 "0g79gw6ffz4bsby5kazv9a1mbrwa6b75kkal2bi2wjwz855nqsh6")))) + (base32 "062l4bhh1dvsazrlnjc4kr3qj9g3s8qmcs0kqb1libiimy6rdbkk")))) (build-system pyproject-build-system) (native-inputs (list python-pytest |
