gnu: r-varhandle: Update to 2.0.6.

* gnu/packages/cran.scm (r-varhandle): Update to 2.0.6.
This commit is contained in:
Ricardo Wurmus 2023-10-05 13:34:54 +02:00
parent bbf8ac3229
commit 93f0029067
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -39878,13 +39878,13 @@ (define-public r-bien
(define-public r-varhandle (define-public r-varhandle
(package (package
(name "r-varhandle") (name "r-varhandle")
(version "2.0.5") (version "2.0.6")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "varhandle" version)) (uri (cran-uri "varhandle" version))
(sha256 (sha256
(base32 "1l42d0s6fbjjc9l28a2m3myxkrx2c0p0b9yj8wjjjgilw19yc3lv")))) (base32 "0xy5w7cz9sb0xmxvzajg4sf0ip2ihxc5nimh10awchvkywzgsyjf"))))
(properties `((upstream-name . "varhandle"))) (properties `((upstream-name . "varhandle")))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://bitbucket.org/mehrad_mahmoudian/varhandle") (home-page "https://bitbucket.org/mehrad_mahmoudian/varhandle")