rekado pushed a commit to branch master
in repository guix.
commit fbddc08dc2649d9cd5e2fc2ce6ed7efb467b4737
Author: Ricardo Wurmus <[email protected]>
AuthorDate: Tue Jul 2 14:58:45 2024 +0200
gnu: r-additivitytests: Update to 1.1-4.2.
* gnu/packages/cran.scm (r-additivitytests): Update to 1.1-4.2.
Change-Id: Ie885f8f70904906b2d8986f81c59a9a9eea59aa5
---
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 457aa0337c..d77fccaf78 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -31376,14 +31376,14 @@ also supports low-level tensor operations and GPU
acceleration.")
(define-public r-additivitytests
(package
(name "r-additivitytests")
- (version "1.1-4.1")
+ (version "1.1-4.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "additivityTests" version))
(sha256
(base32
- "00kzfv86z6kk0gvbz9mg3p6xi5fb8cn74rhslr17rdpd02md0884"))))
+ "07fms1mf71ycq6w2k3hmgl6q3sc5x4qkm7d0diymbbgpbpxggwh8"))))
(properties
`((upstream-name . "additivityTests")))
(build-system r-build-system)