mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-blockmodeling: Update to 1.1.5.
* gnu/packages/cran.scm (r-blockmodeling): Update to 1.1.5.
This commit is contained in:
parent
d004f9794e
commit
2216d2a88f
1 changed files with 2 additions and 2 deletions
|
@ -20571,14 +20571,14 @@ (define-public r-dorng
|
|||
(define-public r-blockmodeling
|
||||
(package
|
||||
(name "r-blockmodeling")
|
||||
(version "1.1.4")
|
||||
(version "1.1.5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "blockmodeling" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1f6jx8pwp3pnhs4wwxdrd1ska3h4w2423dpd11illxfajvnigkk9"))))
|
||||
"00qmpf0jdc8vl76rzfg12z2mdr215q8qd9p3a4b816y2g0092vrv"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-matrix))
|
||||
|
|
Loading…
Reference in a new issue