guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/07: gnu: r-np: Update to 0.60-8.


From: Ricardo Wurmus
Subject: 05/07: gnu: r-np: Update to 0.60-8.
Date: Tue, 5 Jun 2018 04:40:53 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c9a879ed54fced80e314e4f95e1ee6b5d6bb20c6
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Jun 5 10:34:52 2018 +0200

    gnu: r-np: Update to 0.60-8.
    
    * gnu/packages/cran.scm (r-np): Update to 0.60-8.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 62cf633..fb41eaf 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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]