1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: Add iris-test-data.

* gnu/packages/geo.scm (iris-test-data): New variable.

Change-Id: Ib9a0b1d09a06d9372272fd7d0c7862533d7b4b84
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Nicolas Graves
2026-02-05 09:56:36 +01:00
committed by Andreas Enge
parent 215cdb12d0
commit 78af90c974

View File

@@ -2685,6 +2685,18 @@ from multiple records.")
"RTree is a Python package with bindings for @code{libspatialindex}.")
(license license:expat)))
(define iris-test-data
(let ((name "iris-test-data")
(version "2.28"))
(origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/SciTools/iris-test-data")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "11pfd7jrmznvgcwwr4nfyd9w1rfx377svzlfzalbdcv7rhg2pcfx")))))
(define-public python-scitools-iris
(package
(name "python-scitools-iris")