diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-10-30 07:52:25 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-10-30 21:46:57 +0100 |
commit | 02c57c018a617abd3fcfd83a1a29074048b25dc7 (patch) | |
tree | c01545e453001e7b6965e1a1f86e19dfe336d87f /gnu/packages | |
parent | 44de41b572c6d8011d4f643824977c3a9219644c (diff) | |
download | guix-02c57c018a617abd3fcfd83a1a29074048b25dc7.tar.gz guix-02c57c018a617abd3fcfd83a1a29074048b25dc7.zip |
gnu: r-np: Update to 0.60-9.
* gnu/packages/cran.scm (r-np): Update to 0.60-9.
Diffstat (limited to 'gnu/packages')
-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 0aa0aedcb6..19c73239fc 100644 --- a/gnu/packages/cran.scm +++ b/gnu/packages/cran.scm @@ -3364,14 +3364,14 @@ creation and manipulation of WAVE audio files.") (define-public r-np (package (name "r-np") - (version "0.60-8") + (version "0.60-9") (source (origin (method url-fetch) (uri (cran-uri "np" version)) (sha256 (base32 - "17h67a510wh83800ri6g02wvznrlhigxni8shyijz1iaxcpk8k4j")))) + "1z4jcpx8bbgwslv42wrphfd1qfq965qjn0kmfxm5f6hbbycahcgy")))) (build-system r-build-system) (propagated-inputs `(("r-boot" ,r-boot) |