gnu: r-callr: Update to 3.7.0.
authorRicardo Wurmus <rekado@elephly.net>
Tue, 4 May 2021 05:13:04 +0000 (07:13 +0200)
committerRicardo Wurmus <rekado@elephly.net>
Tue, 4 May 2021 05:27:44 +0000 (07:27 +0200)
* gnu/packages/cran.scm (r-callr): Update to 3.7.0.

gnu/packages/cran.scm

index 701470a..0e29125 100644 (file)
@@ -1110,14 +1110,14 @@ same time tries to group instances from the same class together.")
 (define-public r-callr
   (package
     (name "r-callr")
-    (version "3.6.0")
+    (version "3.7.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "callr" version))
        (sha256
         (base32
-         "050s7l1ipi6snbj6xnk052l6acycnxjyzv84026adw5x8kki0yz6"))))
+         "02inaf3c7b0hikii7p2zwaphrq5myv4in92d9jxd1ilmhla5awnn"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-r6" ,r-r6)