diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2025-12-03 22:37:08 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:26:22 +0100 |
| commit | b882f5de448e292a93e50a89dfbe41a5c0d3d206 (patch) | |
| tree | ff35c44ab2515e7bec94212054a01782564749c0 /gnu | |
| parent | 26312a8f1e0facb0a12b3582678eafb637307ad8 (diff) | |
gnu: r-piton: Update to 1.0.1.
* gnu/packages/cran.scm (r-piton): Update to 1.0.1.
Change-Id: I6c74e3ec1313c53057bf3f4cbd2109dcdea25600
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 262a342057..a7038ff6ee 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -21198,13 +21198,13 @@ packages that work with genomic data.") (define-public r-piton (package (name "r-piton") - (version "1.0.0") + (version "1.0.1") (source (origin (method url-fetch) (uri (cran-uri "piton" version)) (sha256 - (base32 "1krf6zi238m275nxjlpyayv8y2drbgs2kg19dpkqm0lmlz5y5ar8")))) + (base32 "0cvzdfhn58d8hxh3lc0pvdk4m82iy8nf0m1gr2d9wz0fq885sw1z")))) (properties `((upstream-name . "piton"))) (build-system r-build-system) (propagated-inputs (list r-rcpp)) |
