Archived
1
0
Fork 0

gnu: r-janeaustenr: Update to 1.0.0.

* gnu/packages/cran.scm (r-janeaustenr): Update to 1.0.0.
This commit is contained in:
Ricardo Wurmus 2022-09-20 10:53:25 +02:00
parent cd16977b72
commit 602ba03fa7
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -29807,14 +29807,14 @@ final SQL translation of the algorithm. It currently supports @code{lm()},
(define-public r-janeaustenr (define-public r-janeaustenr
(package (package
(name "r-janeaustenr") (name "r-janeaustenr")
(version "0.1.5") (version "1.0.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "janeaustenr" version)) (uri (cran-uri "janeaustenr" version))
(sha256 (sha256
(base32 (base32
"1wyn4qc28a3sval8shmyi2d7s4nl3jh96s8pzq871brxcmrncbwr")))) "1ap8p1lpbj2wz90mpf1vbyzhv2spzv03bi8lwzpsir2y77hjxhxl"))))
(properties `((upstream-name . "janeaustenr"))) (properties `((upstream-name . "janeaustenr")))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://github.com/juliasilge/janeaustenr") (home-page "https://github.com/juliasilge/janeaustenr")