guix-commits
[Top][All Lists]
Advanced

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

48/119: gnu: r-np: Update to 0.60-11.


From: guix-commits
Subject: 48/119: gnu: r-np: Update to 0.60-11.
Date: Sat, 10 Jul 2021 16:31:52 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit fb17d9004d7be67825b750ba88f0595f62906d5e
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jul 10 13:26:14 2021 +0200

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



reply via email to

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