1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: r-findpython: Update to 1.0.8.

* gnu/packages/cran.scm (r-findpython): Update to 1.0.8.
This commit is contained in:
Ricardo Wurmus
2023-03-19 14:44:26 +01:00
parent 8431c3144c
commit e83194905b

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