mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: r-webmockr: Update to 1.0.0.
* gnu/packages/cran.scm (r-webmockr): Update to 1.0.0. Change-Id: I732b25faa1d2cc6cf17fb8c9dfb9dbc7f194c0d9
This commit is contained in:
parent
d9064cd6f6
commit
5520c9e8d1
1 changed files with 2 additions and 2 deletions
|
@ -42161,14 +42161,14 @@ (define-public r-fauxpas
|
||||||
(define-public r-webmockr
|
(define-public r-webmockr
|
||||||
(package
|
(package
|
||||||
(name "r-webmockr")
|
(name "r-webmockr")
|
||||||
(version "0.9.0")
|
(version "1.0.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "webmockr" version))
|
(uri (cran-uri "webmockr" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1a590fyzmag1p6c9a82yp93wd1s4jdznk0416i0pv8r5jwarkdv7"))))
|
"09j6j5d60cz0sjzg7zacdk3pypip3hnhf2qq24nmvy9aiz0a4lkk"))))
|
||||||
(properties `((upstream-name . "webmockr")))
|
(properties `((upstream-name . "webmockr")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue