gnu: r-findpython: Update to 1.0.8.
* gnu/packages/cran.scm (r-findpython): Update to 1.0.8.master
parent
8431c3144c
commit
e83194905b
|
@ -12407,14 +12407,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.7")
|
(version "1.0.8")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "findpython" version))
|
(uri (cran-uri "findpython" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jf10jpqla90x03kl3k77gnd255zmw9rvr8d724vb17cqawh9yar"))))
|
"1dydchid5mc79253v5b86bnbg3rm78w0hs586c1rr56lmz5r12hg"))))
|
||||||
(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")
|
||||||
|
|
Reference in New Issue