guix-commits
[Top][All Lists]
Advanced

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

42/77: gnu: r-dotcall64: Update to 1.1-0.


From: guix-commits
Subject: 42/77: gnu: r-dotcall64: Update to 1.1-0.
Date: Wed, 25 Oct 2023 11:00:00 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit fc95476c5d64398a914467b4995b735fb9b21a11
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Oct 25 16:57:38 2023 +0200

    gnu: r-dotcall64: Update to 1.1-0.
    
    * gnu/packages/cran.scm (r-dotcall64): Update to 1.1-0.
    
    Change-Id: If8cf46753e90bed40f37cc5b58715de90957c822
---
 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 69bf485eb7..1878092200 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -19823,14 +19823,14 @@ to throw errors if they aren't in the right form.")
 (define-public r-dotcall64
   (package
     (name "r-dotcall64")
-    (version "1.0-2")
+    (version "1.1-0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "dotCall64" version))
        (sha256
         (base32
-         "1b546z9r26q4xpr17gy2wzfych52q17sxvzydpqfp9dyxf575iz0"))))
+         "1ibh2f2vcv30k1c919diw6qdmhxmvkl83k3396vy3xigbcny711l"))))
     (properties `((upstream-name . "dotCall64")))
     (build-system r-build-system)
     (native-inputs (list gfortran))



reply via email to

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