guix-commits
[Top][All Lists]
Advanced

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

51/105: gnu: r-np: Update to 0.60-10.


From: guix-commits
Subject: 51/105: gnu: r-np: Update to 0.60-10.
Date: Wed, 19 Feb 2020 15:47:59 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 2d37face530960a6ec87e9139471df1282279dd7
Author: Ricardo Wurmus <address@hidden>
AuthorDate: Wed Feb 19 21:07:43 2020 +0100

    gnu: r-np: Update to 0.60-10.
    
    * gnu/packages/cran.scm (r-np): Update to 0.60-10.
---
 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 583ea33..c76c44b 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -4715,14 +4715,14 @@ creation and manipulation of WAVE audio files.")
 (define-public r-np
   (package
     (name "r-np")
-    (version "0.60-9")
+    (version "0.60-10")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "np" version))
        (sha256
         (base32
-         "1z4jcpx8bbgwslv42wrphfd1qfq965qjn0kmfxm5f6hbbycahcgy"))))
+         "06h8k0kdv5s258jr6s08fabvlycrbs7iq34jk2f2hfmqm2y4nyx2"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-boot" ,r-boot)



reply via email to

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