mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: r-acceptancesampling: Update to 1.0-7.
* gnu/packages/cran.scm (r-acceptancesampling): Update to 1.0-7.
This commit is contained in:
parent
cf4d90becc
commit
aa0d27b4e2
1 changed files with 2 additions and 2 deletions
|
@ -11013,13 +11013,13 @@ (define-public r-aca
|
|||
(define-public r-acceptancesampling
|
||||
(package
|
||||
(name "r-acceptancesampling")
|
||||
(version "1.0-6")
|
||||
(version "1.0-7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "AcceptanceSampling" version))
|
||||
(sha256
|
||||
(base32 "1z3rmln63ki2kik9kinbwr9qhr32ggbmh4mm3xqy6di119n47ca9"))))
|
||||
(base32 "13k3zczjycw24n5yp0qmrm233id5j8h6fvra57f1n6js7ljxiiq2"))))
|
||||
(properties
|
||||
`((upstream-name . "AcceptanceSampling")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue