diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-01-20 07:17:25 +0100 |
|---|---|---|
| committer | Rutherther <rutherther@ditigal.xyz> | 2026-01-25 21:29:59 +0100 |
| commit | f6ff33cd56ed32fb6cf35c13cb3d43aaf1d32d5b (patch) | |
| tree | 2a1da8c9218ea0f4d317145e1570a3ffd15ef49a /gnu | |
| parent | 20147613579b43032735fc74138468172874bf0a (diff) | |
gnu: r-isorix: Update to 0.9.4.
* gnu/packages/cran.scm (r-isorix): Update to 0.9.4.
Change-Id: I8244dbfc1c04d69078873e3e9e467cf205767d50
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 a2165f2c48..55dd82edb3 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -33018,13 +33018,13 @@ linear order on both variables.") (define-public r-isorix (package (name "r-isorix") - (version "0.9.3") + (version "0.9.4") (source (origin (method url-fetch) (uri (cran-uri "IsoriX" version)) (sha256 - (base32 "1z86qgl68l9mpyf0ym1szvwv416mx7gqkr15gs5i0jlw4zafc1jc")))) + (base32 "1169b8f7y7n5l31al7k2jy2hx7w2clbysx9ar8fpdjmci5v25d1m")))) (properties `((upstream-name . "IsoriX"))) (build-system r-build-system) (propagated-inputs (list r-lattice |
