me
/
guix
Archived
1
0
Fork 0

gnu: r-perfmeas: Update to 1.2.5.

* gnu/packages/bioconductor.scm (r-perfmeas): Update to 1.2.5.
master
Ricardo Wurmus 2022-09-20 10:52:41 +02:00
parent 9c91113ee7
commit b1dd1f221f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6993,14 +6993,14 @@ fitting of some classes of graphical Markov models.")
(define-public r-perfmeas
(package
(name "r-perfmeas")
(version "1.2.1")
(version "1.2.5")
(source
(origin
(method url-fetch)
(uri (cran-uri "PerfMeas" version))
(sha256
(base32
"1x7ancmb41zd1js24rx94plgbssyc71z2bvpic6mg34xjkwdjw93"))))
"13yjk0kwpbsqwl056hzf0zj2br1mk4faqcn1whdfxmq348c14hjb"))))
(properties `((upstream-name . "PerfMeas")))
(build-system r-build-system)
(propagated-inputs