diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-01-20 17:09:14 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-01-20 17:19:01 +0100 |
commit | d7e73930c004c902f78cb4b80eba88d3c057c4b8 (patch) | |
tree | a39d61c6db4ae83bdb849e616f0e74d8dc3609d4 /gnu | |
parent | 7bb510c20547b513114f05b377dbd44176ec329d (diff) | |
download | guix-d7e73930c004c902f78cb4b80eba88d3c057c4b8.tar.gz guix-d7e73930c004c902f78cb4b80eba88d3c057c4b8.zip |
gnu: r-profilemodel: Update to 0.6.1.
* gnu/packages/cran.scm (r-profilemodel): Update to 0.6.1.
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 cd331c9ff1..1da2a8664e 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -7186,14 +7186,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.0") + (version "0.6.1") (source (origin (method url-fetch) (uri (cran-uri "profileModel" version)) (sha256 (base32 - "0yq8hy43h62hlz8bbf9ila4a3xcwizi1if27b78xc5y857ncwad8")))) + "01m5nb8cmq0aq555pxk2a99182si65hhmn68yn9nal2j3zl2bp4i")))) (properties `((upstream-name . "profileModel"))) (build-system r-build-system) (home-page "https://github.com/ikosmidis/profileModel") |