mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-perfmeas: Update to 1.2.5.
* gnu/packages/bioconductor.scm (r-perfmeas): Update to 1.2.5.
This commit is contained in:
parent
9c91113ee7
commit
b1dd1f221f
1 changed files with 2 additions and 2 deletions
|
@ -6993,14 +6993,14 @@ fitting of some classes of graphical Markov models.")
|
||||||
(define-public r-perfmeas
|
(define-public r-perfmeas
|
||||||
(package
|
(package
|
||||||
(name "r-perfmeas")
|
(name "r-perfmeas")
|
||||||
(version "1.2.1")
|
(version "1.2.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "PerfMeas" version))
|
(uri (cran-uri "PerfMeas" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1x7ancmb41zd1js24rx94plgbssyc71z2bvpic6mg34xjkwdjw93"))))
|
"13yjk0kwpbsqwl056hzf0zj2br1mk4faqcn1whdfxmq348c14hjb"))))
|
||||||
(properties `((upstream-name . "PerfMeas")))
|
(properties `((upstream-name . "PerfMeas")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue