me
/
guix
Archived
1
0
Fork 0

gnu: r-reticulate: Update to 1.25.

* gnu/packages/cran.scm (r-reticulate): Update to 1.25.
master
Ricardo Wurmus 2022-05-28 08:30:22 +02:00
parent ad26dda851
commit 7e9031c41d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -8952,14 +8952,14 @@ always locate the files relative to your project root.")
(define-public r-reticulate
(package
(name "r-reticulate")
(version "1.24")
(version "1.25")
(source
(origin
(method url-fetch)
(uri (cran-uri "reticulate" version))
(sha256
(base32
"1k0nv43fa9lx44pamxpprnvvmsp15adn5z6hg9siyq0n94hca65r"))))
"0b1szzsqyc8wcfpkn5517bb1ds064vs2hky71my3p74kfngay991"))))
(build-system r-build-system)
(inputs (list python))
(propagated-inputs