gnu: r-findpython: Update to 1.0.4.

* gnu/packages/cran.scm (r-findpython): Update to 1.0.4.
This commit is contained in:
Ricardo Wurmus 2019-01-12 21:34:33 +01:00
parent 12502bf4e8
commit f0867a0e8b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -5938,14 +5938,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.3") (version "1.0.4")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "findpython" version)) (uri (cran-uri "findpython" version))
(sha256 (sha256
(base32 (base32
"1y08jk2ffmkf9zpwiz2xymjhfwqvls9vzsnq62v278ghw9d571jl")))) "1zfcdcp4d48d2pzf5n59kqrfk2z9nnyzkx5j00gfmgfkadnv93x5"))))
(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")