me
/
guix
Archived
1
0
Fork 0

gnu: r-findpython: Update to 1.0.8.

* gnu/packages/cran.scm (r-findpython): Update to 1.0.8.
master
Ricardo Wurmus 2023-03-19 14:44:26 +01:00
parent 8431c3144c
commit e83194905b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -12407,14 +12407,14 @@ support for default values, positional argument support, etc.")
(define-public r-findpython
(package
(name "r-findpython")
(version "1.0.7")
(version "1.0.8")
(source
(origin
(method url-fetch)
(uri (cran-uri "findpython" version))
(sha256
(base32
"0jf10jpqla90x03kl3k77gnd255zmw9rvr8d724vb17cqawh9yar"))))
"1dydchid5mc79253v5b86bnbg3rm78w0hs586c1rr56lmz5r12hg"))))
(build-system r-build-system)
(home-page "https://github.com/trevorld/findpython")
(synopsis "Functions to find an acceptable Python binary")