parent
f94705d606
commit
a6828e0bf5
|
@ -6100,14 +6100,14 @@ to help insert or delete content at a specific location in the document.")
|
||||||
(define-public r-abn
|
(define-public r-abn
|
||||||
(package
|
(package
|
||||||
(name "r-abn")
|
(name "r-abn")
|
||||||
(version "2.1")
|
(version "2.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "abn" version))
|
(uri (cran-uri "abn" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"08jlvb6i5f7ry2dwm0jgrnn2w95vr0l67dpx13n9878lz9ld131b"))))
|
"19w6bdjyp4zwqs6p0flry4qxqynf9rh8ykdrfrp61wrdf7kysw0d"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
`(("gsl" ,gsl)))
|
`(("gsl" ,gsl)))
|
||||||
|
|
Reference in New Issue