diff options
| -rw-r--r-- | guix-science/packages/geoscience.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/guix-science/packages/geoscience.scm b/guix-science/packages/geoscience.scm index b3b142a..2375a7d 100644 --- a/guix-science/packages/geoscience.scm +++ b/guix-science/packages/geoscience.scm | |||
| @@ -601,7 +601,7 @@ Piecewiese Linear, RBF); | |||
| 601 | (define-public python-odc-geo | 601 | (define-public python-odc-geo |
| 602 | (package | 602 | (package |
| 603 | (name "python-odc-geo") | 603 | (name "python-odc-geo") |
| 604 | (version "0.5.0") | 604 | (version "0.5.3") |
| 605 | (source | 605 | (source |
| 606 | (origin | 606 | (origin |
| 607 | (method git-fetch) | 607 | (method git-fetch) |
| @@ -610,7 +610,7 @@ Piecewiese Linear, RBF); | |||
| 610 | (commit (string-append "v" version)))) | 610 | (commit (string-append "v" version)))) |
| 611 | (file-name (git-file-name name version)) | 611 | (file-name (git-file-name name version)) |
| 612 | (sha256 | 612 | (sha256 |
| 613 | (base32 "1vv0b05pkyb9xs1vip36fmhwgrs2m2acm6c2f60s0911mx7wald8")))) | 613 | (base32 "03n5p3nqq72ba9sm6b4rj1n2b3624f31lzlhz1qslf0ycjki415p")))) |
| 614 | (build-system pyproject-build-system) | 614 | (build-system pyproject-build-system) |
| 615 | (arguments | 615 | (arguments |
| 616 | (list | 616 | (list |
