me
/
guix
Archived
1
0
Fork 0

gnu: r-additivitytests: Update to 1.1-4.2.

* gnu/packages/cran.scm (r-additivitytests): Update to 1.1-4.2.

Change-Id: Ie885f8f70904906b2d8986f81c59a9a9eea59aa5
master
Ricardo Wurmus 2024-07-02 14:58:45 +02:00
parent ef8529fefe
commit fbddc08dc2
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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)