mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-acceptancesampling: Update to 1.0-10.
* gnu/packages/cran.scm (r-acceptancesampling): Update to 1.0-10. Change-Id: Ic2360192f330645a6f428fe5ba332b80a52e2644
This commit is contained in:
parent
613e155cc2
commit
c41ec87ace
1 changed files with 2 additions and 2 deletions
|
@ -16352,13 +16352,13 @@ (define-public r-aca
|
|||
(define-public r-acceptancesampling
|
||||
(package
|
||||
(name "r-acceptancesampling")
|
||||
(version "1.0-8")
|
||||
(version "1.0-10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "AcceptanceSampling" version))
|
||||
(sha256
|
||||
(base32 "1ja1g0v8qvf7yj81x37wc6i7fkwpc573756jgvazazi8yf1gm12p"))))
|
||||
(base32 "1sbv2yrvnn0zgdmqvjlmz2vllsg6r9nlmxdgadhymhm9s51gfx65"))))
|
||||
(properties
|
||||
`((upstream-name . "AcceptanceSampling")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue