mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-assertive-base: Update to 0.0-9.
* gnu/packages/cran.scm (r-assertive-base): Update to 0.0-9.
This commit is contained in:
parent
e3a7a76d77
commit
11934f0743
1 changed files with 2 additions and 2 deletions
|
@ -12423,14 +12423,14 @@ (define-public r-rmpfr
|
|||
(define-public r-assertive-base
|
||||
(package
|
||||
(name "r-assertive-base")
|
||||
(version "0.0-7")
|
||||
(version "0.0-9")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "assertive.base" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1xs3ysvj0z57c58jw57pckq2rynia6ks4rmjmc02alczhk54wbgh"))))
|
||||
"07m0ddz092bgbl2fn1yk932h0iajdcqkri632477wl5a1q5r3w2b"))))
|
||||
(properties
|
||||
`((upstream-name . "assertive.base")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue