guix-commits
[Top][All Lists]
Advanced

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

07/23: gnu: r-ucminf: Update to 1.2.0.


From: guix-commits
Subject: 07/23: gnu: r-ucminf: Update to 1.2.0.
Date: Sat, 3 Jun 2023 02:33:23 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c34e0df73eba929b31fc0357534dcde469506b78
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 3 08:32:01 2023 +0200

    gnu: r-ucminf: Update to 1.2.0.
    
    * gnu/packages/cran.scm (r-ucminf): Update to 1.2.0.
---
 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 3f6236ad7f..a5230f0ac7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -7784,14 +7784,14 @@ or between integer vectors representing generic 
sequences.")
 (define-public r-ucminf
   (package
     (name "r-ucminf")
-    (version "1.1-4.3")
+    (version "1.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ucminf" version))
        (sha256
         (base32
-         "1vjrbavj909wlsyb82dq3rybk0nqay6vl81f2qiqrm12ks9pw3js"))))
+         "1x3d3l500kyqamzfjpz4qc38d6d3sha9av3rpxz0m4dhms28zpas"))))
     (build-system r-build-system)
     (native-inputs (list gfortran))
     (home-page "https://cran.r-project.org/web/packages/ucminf/";)



reply via email to

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