guix-commits
[Top][All Lists]
Advanced

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

31/51: gnu: r-univoutl: Update to 0.4.


From: guix-commits
Subject: 31/51: gnu: r-univoutl: Update to 0.4.
Date: Mon, 13 Jun 2022 09:26:37 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit e0a7f404ebaf8739c2642f5df5a0fcc5f25f59ca
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jun 13 14:21:57 2022 +0200

    gnu: r-univoutl: Update to 0.4.
    
    * gnu/packages/cran.scm (r-univoutl): Update to 0.4.
---
 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 1ce49080f4..e4420dc693 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -23541,14 +23541,14 @@ functions.")
 (define-public r-univoutl
   (package
     (name "r-univoutl")
-    (version "0.3")
+    (version "0.4")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "univOutl" version))
        (sha256
         (base32
-         "1hhpxrpmp2wbrynx9xjndnp2sccirgky2x6ksd6yk6phmk0rbzjp"))))
+         "1kp014bhs8v02fp7misrj4fpfp2na9lg45p5zqvlfaypnm5imsr9"))))
     (properties `((upstream-name . "univOutl")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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