diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-20 03:39:55 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-06-20 04:56:34 +0200 |
commit | 0430eb6643a7f8666b056f2d064aa79822d147fb (patch) | |
tree | 4f6391ca02fd1dc74398709bea8a34046c174e2a | |
parent | cd0750fcf2a951c3c7d6242b026463f62f802dca (diff) |
gnu: r-prroc: Update to 1.3.1.
* gnu/packages/cran.scm (r-prroc): Update to 1.3.1.
-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 2d4dd18c2c..a04af976e4 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -3540,14 +3540,14 @@ extracting and replacing data in arrays.") (define-public r-prroc (package (name "r-prroc") - (version "1.3") + (version "1.3.1") (source (origin (method url-fetch) (uri (cran-uri "PRROC" version)) (sha256 (base32 - "03hvh92lq4i4w4mla9bvwrwb4626f4hvlxgdn57hamp70960vjyc")))) + "1m28h8pcd78049lz2qixhkcr9h5b3jik3maqzfbvq9y58z71i4a7")))) (properties `((upstream-name . "PRROC"))) (build-system r-build-system) (home-page "https://cran.r-project.org/web/packages/PRROC/") |