diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-01-14 19:42:25 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:28:44 +0100 |
| commit | 582493890afbefb5f74c577b93feae9ffffd0a39 (patch) | |
| tree | 9dc184443d26af572d557705b028e2d971b0d940 /gnu | |
| parent | 389ed2ffe51cf446dac4f23bd0b72cdb9650494c (diff) | |
gnu: r-stars: Update to 0.7-0.
* gnu/packages/cran.scm (r-stars): Update to 0.7-0.
Change-Id: I5d93bba6b7cc827f404e3b158cb3893bfca73ad2
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm index 6ea45cb821..4b62050f8b 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -53945,14 +53945,14 @@ light-weight geometry library used by @url{http://postgis.net/,PostGIS}.") (define-public r-stars (package (name "r-stars") - (version "0.6-8") + (version "0.7-0") (source (origin (method url-fetch) (uri (cran-uri "stars" version)) (sha256 (base32 - "136k3hspskj3sq8q1vs8vaysw7rdq303rdixdn15xyzzf1ss1wql")))) + "1wykibbwclwv7lx6vz7vx01v249k8zj89b7kwmrcz555iz006ayb")))) (properties '((upstream-name . "stars") (updater-extra-native-inputs |
