me
/
guix
Archived
1
0
Fork 0

gnu: r-intervals: Update to 0.15.3.

* gnu/packages/cran.scm (r-intervals): Update to 0.15.3.
master
Ricardo Wurmus 2023-03-21 12:14:33 +01:00
parent ab179ed1d8
commit 2200572e25
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -35458,14 +35458,14 @@ Application Program Interfaces (API)}.")
(define-public r-intervals
(package
(name "r-intervals")
(version "0.15.2")
(version "0.15.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "intervals" version))
(sha256
(base32
"0mvwfwc03ifb30a3dzbmkv9adwqb8ajxhcw24d8xip8px063plhb"))))
"1i6z86dnsb5md4hxaz049azpjpp8m8c9b0q7x1sfi6sbqzvzw0c5"))))
(properties `((upstream-name . "intervals")))
(build-system r-build-system)
(home-page "https://github.com/edzer/intervals")