gnu: r-dotcall64: Update to 1.1-0.

* gnu/packages/cran.scm (r-dotcall64): Update to 1.1-0.

Change-Id: If8cf46753e90bed40f37cc5b58715de90957c822
This commit is contained in:
Ricardo Wurmus 2023-10-25 16:57:38 +02:00
parent b72169c62f
commit fc95476c5d
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -19823,14 +19823,14 @@ (define-public r-assertive
(define-public r-dotcall64 (define-public r-dotcall64
(package (package
(name "r-dotcall64") (name "r-dotcall64")
(version "1.0-2") (version "1.1-0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "dotCall64" version)) (uri (cran-uri "dotCall64" version))
(sha256 (sha256
(base32 (base32
"1b546z9r26q4xpr17gy2wzfych52q17sxvzydpqfp9dyxf575iz0")))) "1ibh2f2vcv30k1c919diw6qdmhxmvkl83k3396vy3xigbcny711l"))))
(properties `((upstream-name . "dotCall64"))) (properties `((upstream-name . "dotCall64")))
(build-system r-build-system) (build-system r-build-system)
(native-inputs (list gfortran)) (native-inputs (list gfortran))