me
/
guix
Archived
1
0
Fork 0

gnu: r-assertive-reflection: Update to 0.0-5.

* gnu/packages/cran.scm (r-assertive-reflection): Update to 0.0-5.
master
Ricardo Wurmus 2020-08-12 11:57:41 +02:00
parent c1e908a198
commit 58cbcdeec0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -11429,14 +11429,14 @@ who want to include run-time testing features in their own packages.")
(define-public r-assertive-reflection
(package
(name "r-assertive-reflection")
(version "0.0-4")
(version "0.0-5")
(source
(origin
(method url-fetch)
(uri (cran-uri "assertive.reflection" version))
(sha256
(base32
"19zmsbn00crfqm0kwd9ys5gv87xs3gi6wmlikrz9xiwzm7hp4dhj"))))
"1g9lpwzy6r2xmyi2mlbcccnfgyzhzbmx5bsicf3vkffxrlkrpjn2"))))
(properties
`((upstream-name . "assertive.reflection")))
(build-system r-build-system)