guix-commits
[Top][All Lists]
Advanced

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

19/35: gnu: r-gmp: Update to 0.7-4.


From: guix-commits
Subject: 19/35: gnu: r-gmp: Update to 0.7-4.
Date: Wed, 17 Jan 2024 17:54:31 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit b7e163befb18cc1f3af4444d0d934ec3d44793d4
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 17 23:09:48 2024 +0100

    gnu: r-gmp: Update to 0.7-4.
    
    * gnu/packages/cran.scm (r-gmp): Update to 0.7-4.
    
    Change-Id: I8f31a58c57203f5c477093248e540d21075356da
---
 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 3f83eaa9ae..96b5e6a93f 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -20021,14 +20021,14 @@ preparing, executing, and processing HTTP requests.")
 (define-public r-gmp
   (package
     (name "r-gmp")
-    (version "0.7-3")
+    (version "0.7-4")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "gmp" version))
        (sha256
         (base32
-         "0rf6da41y54znslwkxagdfzmwji7zh131s55rwfxc6pqpdzhyvb0"))))
+         "069r0m0jwhwaknnd1vmp3pxcbxrnfgsbhw2ivc8rqqfjfw7v9mm7"))))
     (properties
      '((updater-extra-inputs . ("gmp"))))
     (build-system r-build-system)



reply via email to

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