me
/
guix
Archived
1
0
Fork 0

gnu: r-abn: Update to 2.2.

* gnu/packages/cran.scm (r-abn): Update to 2.2.
master
Ricardo Wurmus 2019-11-24 15:05:19 +01:00
parent f94705d606
commit a6828e0bf5
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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)))