gnu: r-findpython: Update to 1.0.5.
* gnu/packages/cran.scm (r-findpython): Update to 1.0.5.
This commit is contained in:
parent
31af2e7f92
commit
fcb8456577
|
@ -6077,14 +6077,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.4")
|
(version "1.0.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "findpython" version))
|
(uri (cran-uri "findpython" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zfcdcp4d48d2pzf5n59kqrfk2z9nnyzkx5j00gfmgfkadnv93x5"))))
|
"0icifm4z6hhpmcjrg75a875iph0ci890ss02kdv3725pijc236iy"))))
|
||||||
(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")
|
||||||
|
|
Loading…
Reference in New Issue