me
/
guix
Archived
1
0
Fork 0

gnu: r-r-utils: Update to 2.12.1.

* gnu/packages/statistics.scm (r-r-utils): Update to 2.12.1.
master
Ricardo Wurmus 2022-11-04 09:59:07 +01:00
parent 8d3b912f32
commit 0d0fcb6227
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3983,13 +3983,13 @@ maintenance for package developers.")
(define-public r-r-utils
(package
(name "r-r-utils")
(version "2.12.0")
(version "2.12.1")
(source (origin
(method url-fetch)
(uri (cran-uri "R.utils" version))
(sha256
(base32
"00v5hpdid6h1yiwpf631xf1dk1z6dcx7dx83qn56a7pa4194bpkl"))))
"0qmd16g0wmalm9q2mwvzxcpvizc2ss94zgcxrn29d7z9pq1jkf1y"))))
(properties `((upstream-name . "R.utils")))
(build-system r-build-system)
(propagated-inputs