diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2026-02-10 12:57:31 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-14 10:18:21 +0100 |
| commit | 3e9edde26c4330cfa004a0112de3f5df7cedb2dc (patch) | |
| tree | 65d90b1413b8049a74364dc464e91c451940af25 /gnu | |
| parent | 7415ae7edd11ce9d8211ae2ac56bf702acb44298 (diff) | |
gnu: r-profilemodel: Update to 0.6.2.
* gnu/packages/cran.scm (r-profilemodel): Update to 0.6.2.
Change-Id: I0229b72b8c5456aacfc7c490171d1b8439811ee8
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 5b5c990e10..8cfa2ec0b5 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -25944,14 +25944,14 @@ to help insert or delete content at a specific location in the document.") (define-public r-profilemodel (package (name "r-profilemodel") - (version "0.6.1") + (version "0.6.2") (source (origin (method url-fetch) (uri (cran-uri "profileModel" version)) (sha256 (base32 - "01m5nb8cmq0aq555pxk2a99182si65hhmn68yn9nal2j3zl2bp4i")))) + "1h9arw96l4lsmasn1hkp3y1w0a8r2wzndxpi6bbrpgjyifpvkc52")))) (properties `((upstream-name . "profileModel"))) (build-system r-build-system) (home-page "https://github.com/ikosmidis/profileModel") |
