guix-commits
[Top][All Lists]
Advanced

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

26/70: gnu: r-ucminf: Update to 1.2.1.


From: guix-commits
Subject: 26/70: gnu: r-ucminf: Update to 1.2.1.
Date: Thu, 28 Dec 2023 03:35:46 -0500 (EST)

rekado pushed a commit to branch r-updates
in repository guix.

commit c2e9bc5175be1f5eca56f6083e3e67393d9773fe
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Dec 28 00:44:30 2023 +0100

    gnu: r-ucminf: Update to 1.2.1.
    
    * gnu/packages/cran.scm (r-ucminf): Update to 1.2.1.
    
    Change-Id: I8008943c653e2ce1c998353aeef383f5a79332b1
---
 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 435cd08a1e..925e6efd6b 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -8912,14 +8912,14 @@ of the text.  All return names of the encodings are 
iconv-compatible.")
 (define-public r-ucminf
   (package
     (name "r-ucminf")
-    (version "1.2.0")
+    (version "1.2.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "ucminf" version))
        (sha256
         (base32
-         "1x3d3l500kyqamzfjpz4qc38d6d3sha9av3rpxz0m4dhms28zpas"))))
+         "10ycpzxx73div9vpzmkhy524yd47kzmpl7ajpm248clsv6ivngpd"))))
     (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]