me
/
guix
Archived
1
0
Fork 0

gnu: r-findpython: Update to 1.0.7.

* gnu/packages/cran.scm (r-findpython): Update to 1.0.7.
master
Ricardo Wurmus 2021-02-11 00:53:35 +01:00
parent 84ff276572
commit 53431e3b70
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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