me
/
guix
Archived
1
0
Fork 0

gnu: r-netrep: Update to 1.2.7.

* gnu/packages/cran.scm (r-netrep): Update to 1.2.7.
Ricardo Wurmus 2023-08-28 14:16:24 +02:00
parent 3bb0b23d64
commit a8d8296a18
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -14080,14 +14080,14 @@ of precision-recall and ROC (Receiver Operator Characteristics) curves.")
(define-public r-netrep
(package
(name "r-netrep")
(version "1.2.6")
(version "1.2.7")
(source
(origin
(method url-fetch)
(uri (cran-uri "NetRep" version))
(sha256
(base32
"0hyj91fr4y9csj2dy4z9cpr92hh8gk3xnjr6zpk9n0wk37sx44h6"))))
"02ss45giv30pi31b5rysa36bn5c4fs5x58g4vb0arz9cnicznv97"))))
(properties `((upstream-name . "NetRep")))
(build-system r-build-system)
(propagated-inputs