guix-commits
[Top][All Lists]
Advanced

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

94/218: gnu: r-dotcall64: Update to 1.0-2.


From: guix-commits
Subject: 94/218: gnu: r-dotcall64: Update to 1.0-2.
Date: Fri, 4 Nov 2022 05:14:45 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 95b339a111f57ead952b7156ab80994da9388fd5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Nov 4 08:23:39 2022 +0100

    gnu: r-dotcall64: Update to 1.0-2.
    
    * gnu/packages/cran.scm (r-dotcall64): Update to 1.0-2.
---
 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 aa2702f2a2..6c7780f3ee 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -16312,14 +16312,14 @@ to throw errors if they aren't in the right form.")
 (define-public r-dotcall64
   (package
     (name "r-dotcall64")
-    (version "1.0-1")
+    (version "1.0-2")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "dotCall64" version))
        (sha256
         (base32
-         "1im5k8jbviwj2i42mq1kmjskh80isa7jr9w8i0fknidrzzy2h2zi"))))
+         "1b546z9r26q4xpr17gy2wzfych52q17sxvzydpqfp9dyxf575iz0"))))
     (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]