gnu: r-mixedpower: Fix faulty commit.

Fix previous commit, which did not contain the following changes:

* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/statistics.scm (r-mixedpower)[source]: Use it.
This commit is contained in:
Lars-Dominik Braun 2022-10-28 10:04:31 +02:00
parent 328fa8b290
commit 652c5d8a01
No known key found for this signature in database
GPG key ID: F663943E08D8092A
2 changed files with 4 additions and 1 deletions

View file

@ -7131,7 +7131,9 @@ models, using simulation. It was designed to work with models fit using the
(commit commit)))
(file-name (git-file-name name version))
(sha256
(base32 "114z9pvya2jg10y804ga41gq00r7zcw4a7c7234ybhmv3jqw78q1"))))
(base32 "114z9pvya2jg10y804ga41gq00r7zcw4a7c7234ybhmv3jqw78q1"))
(patches
(search-patches "r-mixedpower-r2power.patch"))))
(properties `((upstream-name . "mixedpower")))
(build-system r-build-system)
(propagated-inputs