diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-17 21:28:48 +0100 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-10-30 18:34:53 +0000 |
| commit | 96eb899e867741e157bc0a9bb5a03eaad7945f90 (patch) | |
| tree | db63cf20f6f6e2ac698a4d2bc1cc0c77589769a2 /gnu | |
| parent | 196f7e42ae0baeede03dca34ef3d369334082db3 (diff) | |
gnu: python-dkist: Update to 1.16.0.
* gnu/packages/astronomy.scm (python-dkist): Update to 1.16.0.
Change-Id: I75b387145c996f5396c6eeb3f35e3bb607e81dcd
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/astronomy.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index 5976d8977c9..0a74098405c 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -3970,16 +3970,17 @@ Cesium.") (define-public python-dkist (package (name "python-dkist") - (version "1.15.0") + (version "1.16.0") (source (origin (method url-fetch) (uri (pypi-uri "dkist" version)) (sha256 - (base32 "0j5jxf624s746syam472k2xz3m77p66z9d7c8rz19f0xv3792xql")))) + (base32 "1n0qr28linf72xri5l26m0dgciczk5nc60yysg19iijwfh7y0m1x")))) (build-system pyproject-build-system) (arguments (list + ;; tests: 443 passed, 7 skipped #:test-flags #~(list "--numprocesses" (number->string (min 8 (parallel-job-count))) ;; When python-pytest-benchmark is added: Benchmarks are |
