mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: r-blockmodeling: Update to 1.1.4.
* gnu/packages/cran.scm (r-blockmodeling): Update to 1.1.4.
This commit is contained in:
parent
d18c060184
commit
725806a2f0
1 changed files with 2 additions and 2 deletions
|
@ -17400,14 +17400,14 @@ chosen parallel environment and associated foreach backend.")
|
|||
(define-public r-blockmodeling
|
||||
(package
|
||||
(name "r-blockmodeling")
|
||||
(version "1.1.3")
|
||||
(version "1.1.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "blockmodeling" version))
|
||||
(sha256
|
||||
(base32
|
||||
"19mxmxsnl6rrh85p0sak91vcaw4dz2cnm70hdzfwnvdrr695yw2z"))))
|
||||
"1f6jx8pwp3pnhs4wwxdrd1ska3h4w2423dpd11illxfajvnigkk9"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-matrix))
|
||||
|
|
Loading…
Reference in a new issue