gnu: r-assertive-properties: Update to 0.0-5.
* gnu/packages/cran.scm (r-assertive-properties): Update to 0.0-5.master
parent
0396e479f7
commit
75a2d8e318
|
@ -14907,14 +14907,14 @@ want to include run-time testing features in their own packages.")
|
||||||
(define-public r-assertive-properties
|
(define-public r-assertive-properties
|
||||||
(package
|
(package
|
||||||
(name "r-assertive-properties")
|
(name "r-assertive-properties")
|
||||||
(version "0.0-4")
|
(version "0.0-5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "assertive.properties" version))
|
(uri (cran-uri "assertive.properties" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0sqs54acs9qk9kvm32rxzfbzxz1l8mjahpfnw7r30z2brgz661jw"))))
|
"1pgljbwwbvbl4kc5c8mcv0qbzq3k6fzi29k88811yml263sm92dn"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "assertive.properties")))
|
`((upstream-name . "assertive.properties")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Reference in New Issue