diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-06-05 10:34:52 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-06-05 10:40:42 +0200 |
commit | c9a879ed54fced80e314e4f95e1ee6b5d6bb20c6 (patch) | |
tree | 162d118814e550dd04b4a171a6e3b1d141108e62 | |
parent | 83d5c2e1066d085d2010004f09cdba77c2f20470 (diff) | |
download | patches-c9a879ed54fced80e314e4f95e1ee6b5d6bb20c6.tar patches-c9a879ed54fced80e314e4f95e1ee6b5d6bb20c6.tar.gz |
gnu: r-np: Update to 0.60-8.
* gnu/packages/cran.scm (r-np): Update to 0.60-8.
-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 62cf633492..fb41eaf77e 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -3202,14 +3202,14 @@ creation and manipulation of WAVE audio files.") (define-public r-np (package (name "r-np") - (version "0.60-7") + (version "0.60-8") (source (origin (method url-fetch) (uri (cran-uri "np" version)) (sha256 (base32 - "02h62n5xclr01fx88ayp7y1s9gcnb11zb1vqshvdcq31v18h7kf2")))) + "17h67a510wh83800ri6g02wvznrlhigxni8shyijz1iaxcpk8k4j")))) (build-system r-build-system) (propagated-inputs `(("r-boot" ,r-boot) |