me
/
guix
Archived
1
0
Fork 0

gnu: r-dotcall64: Update to 1.0-2.

* gnu/packages/cran.scm (r-dotcall64): Update to 1.0-2.
master
Ricardo Wurmus 2022-11-04 08:23:39 +01:00
parent 9c7186641f
commit 95b339a111
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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