gnu: r-assertive-code: Update to 0.0-4.

* gnu/packages/cran.scm (r-assertive-code): Update to 0.0-4.
This commit is contained in:
Ricardo Wurmus 2023-06-03 08:32:02 +02:00
parent 385b7f6ce6
commit 0ca364577a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -18578,14 +18578,14 @@ packages.")
(define-public r-assertive-code
(package
(name "r-assertive-code")
(version "0.0-3")
(version "0.0-4")
(source
(origin
(method url-fetch)
(uri (cran-uri "assertive.code" version))
(sha256
(base32
"1qhbp668zfvhqs8avkhg9amp4zyazz6dsy4fc6kpdmw3sv8yi07g"))))
"11qkhbjyxw0njzhcszyc2452518yrn3jr5l4n9jnzq10xms090ig"))))
(properties
`((upstream-name . "assertive.code")))
(build-system r-build-system)