me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-assertive-code): Update to 0.0-4.
master
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
1 changed files with 2 additions and 2 deletions

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)