diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-01-20 07:17:29 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:30:13 +0100 |
| commit | a8a80ea6363359f9a87ee1ca255a2825533d67c1 (patch) | |
| tree | be1396e088c99f1369880be766e8cdf55e5485e8 /gnu | |
| parent | 004d0fafd4ac62ebf1ed21a14aa54e1cdc56c0f1 (diff) | |
gnu: r-paws-common: Update to 0.8.8.
* gnu/packages/cran.scm (r-paws-common): Update to 0.8.8.
Change-Id: I545037c49807529cf11e07628c717241cc286776
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 b76e819b34..3e42fd8a07 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -55353,14 +55353,14 @@ of known occurrences of a species.") (define-public r-paws-common (package (name "r-paws-common") - (version "0.8.7") + (version "0.8.8") (source (origin (method url-fetch) (uri (cran-uri "paws.common" version)) (sha256 (base32 - "04bdkvda3b8i2x1qh77lg50ric1j6ixsysh08v9sniqzvjflx1h8")))) + "19p8zk126x1fc4zhn8a0f27n365xm1jqdink4sf4ysbkb5xzkd7f")))) (properties '((upstream-name . "paws.common") (updater-ignored-native-inputs . ("r-iam")))) |
