me
/
guix
Archived
1
0
Fork 0

gnu: r-admisc: Update to 0.35.

* gnu/packages/cran.scm (r-admisc): Update to 0.35.

Change-Id: I1cc5bc8124782c06e2b2fe1a41c397548bf3dba5
master
Ricardo Wurmus 2024-03-11 13:30:17 +01:00
parent 5ae2cc7f50
commit dd29651d4e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -18981,13 +18981,13 @@ Tabelow (2007) <DOI:10.18637/jss.v019.i01>.")
(define-public r-admisc
(package
(name "r-admisc")
(version "0.34")
(version "0.35")
(source
(origin
(method url-fetch)
(uri (cran-uri "admisc" version))
(sha256
(base32 "1psvi8hb7j65abw8g4ya9r43r5kd9mcv478pg2d09za0cig8gkzx"))))
(base32 "0gzdb9dm34qfkjqgfrd3wm96dzhcps4xayyrhp80mzgh14zmnjyg"))))
(properties `((upstream-name . "admisc")))
(build-system r-build-system)
(home-page "https://github.com/dusadrian/admisc")