me
/
guix
Archived
1
0
Fork 0

gnu: r-precrec: Update to 0.14.2.

* gnu/packages/cran.scm (r-precrec): Update to 0.14.2.
master
Ricardo Wurmus 2023-03-19 14:44:26 +01:00
parent d6e7c205b2
commit c18cd55c9a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -12857,14 +12857,14 @@ visualization and candidate genes around SNPs.")
(define-public r-precrec
(package
(name "r-precrec")
(version "0.14.1")
(version "0.14.2")
(source
(origin
(method url-fetch)
(uri (cran-uri "precrec" version))
(sha256
(base32
"04pyqwc4p3bzwfcf7a74nkh7b2001053jagzvz9ghpyj380f66x8"))))
"159vxdnp7vi6na3cji1rbsr1311ciqn1aldg0nwnd6sb3hgb14w2"))))
(properties `((upstream-name . "precrec")))
(build-system r-build-system)
(propagated-inputs