mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: r-assertive-properties: Update to 0.0-5.
* gnu/packages/cran.scm (r-assertive-properties): Update to 0.0-5.
This commit is contained in:
parent
0396e479f7
commit
75a2d8e318
1 changed files with 2 additions and 2 deletions
|
@ -14907,14 +14907,14 @@ (define-public r-assertive-base
|
|||
(define-public r-assertive-properties
|
||||
(package
|
||||
(name "r-assertive-properties")
|
||||
(version "0.0-4")
|
||||
(version "0.0-5")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "assertive.properties" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0sqs54acs9qk9kvm32rxzfbzxz1l8mjahpfnw7r30z2brgz661jw"))))
|
||||
"1pgljbwwbvbl4kc5c8mcv0qbzq3k6fzi29k88811yml263sm92dn"))))
|
||||
(properties
|
||||
`((upstream-name . "assertive.properties")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue