diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-03-19 14:44:26 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-03-19 16:11:55 +0100 |
commit | c18cd55c9ab57628d1dd9b2000b3860456f67990 (patch) | |
tree | c13eb44524ae109d16ed045ccd55ffa2d49d37d5 | |
parent | d6e7c205b2e99de3f8cba7392bc777c4401b25dd (diff) | |
download | guix-c18cd55c9ab57628d1dd9b2000b3860456f67990.tar.gz guix-c18cd55c9ab57628d1dd9b2000b3860456f67990.zip |
gnu: r-precrec: Update to 0.14.2.
* gnu/packages/cran.scm (r-precrec): Update to 0.14.2.
-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 2126aa2227..09a7c4f816 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -12857,14 +12857,14 @@ visualization and candidate genes around SNPs.") (define-public r-precrec (package (name "r-precrec") - (version "0.14.1") + (version "0.14.2") (source (origin (method url-fetch) (uri (cran-uri "precrec" version)) (sha256 (base32 - "04pyqwc4p3bzwfcf7a74nkh7b2001053jagzvz9ghpyj380f66x8")))) + "159vxdnp7vi6na3cji1rbsr1311ciqn1aldg0nwnd6sb3hgb14w2")))) (properties `((upstream-name . "precrec"))) (build-system r-build-system) (propagated-inputs |