~ruther/guix-local

44de425b95f4140e59101b09565bd8424d2a709e — Ricardo Wurmus 11 months ago 2a3c582
gnu: r-processx: Update to 3.8.6.

* gnu/packages/cran.scm (r-processx): Update to 3.8.6.

Change-Id: I8ed8d158c50bc487e4a4a7711ff9b887b1f62198
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +2 -2
@@ 19285,13 19285,13 @@ constants, and control debugging of packages via environment variables.")
(define-public r-processx
  (package
    (name "r-processx")
    (version "3.8.5")
    (version "3.8.6")
    (source
     (origin
       (method url-fetch)
       (uri (cran-uri "processx" version))
       (sha256
        (base32 "0gmgvg6p4vhl7s3a93sfkkf30kjfsr6ayhkkm8l9r22asnmqqkz2"))))
        (base32 "08a2fdazjyschgr2xd0g9ldxsfvb99bqi2192bswlla31vywmwf5"))))
    (properties
     ;; We can't have testthat among the inputs, because that would lead to a
     ;; dependency cycle.