gnu: r-circular: Update to 0.5-1.

* gnu/packages/cran.scm (r-circular): Update to 0.5-1.

Change-Id: I0a33b5667eb155a7af0dae9d0c691e4ab97b5b2a
This commit is contained in:
Ricardo Wurmus 2024-09-02 13:09:43 +02:00
parent bfdf94748f
commit 91d1263b0a
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -19791,14 +19791,14 @@ (define-public r-arm
(define-public r-circular
(package
(name "r-circular")
(version "0.5-0")
(version "0.5-1")
(source
(origin
(method url-fetch)
(uri (cran-uri "circular" version))
(sha256
(base32
"14kvkbmvdfzh8j4hgw93qkjkg86xlpw69sp7g8d5smcyw9fxmx2b"))))
"1ngkhdvdzxdm8amc4s9jmiqc916fmf1xnm70gz3znxyp368zqngv"))))
(build-system r-build-system)
(propagated-inputs
(list r-boot r-mvtnorm))