me
/
guix
Archived
1
0
Fork 0

gnu: r-janeaustenr: Update to 1.0.0.

* gnu/packages/cran.scm (r-janeaustenr): Update to 1.0.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

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