me
/
guix
Archived
1
0
Fork 0

gnu: r-precrec: Update to 0.14.4.

* gnu/packages/cran.scm (r-precrec): Update to 0.14.4.

Change-Id: I1f56a96abcbc1aeb9d1ced157584ebf9641a3b42
Ricardo Wurmus 2023-10-25 16:57:37 +02:00
parent 9a0de65a7d
commit acdc02a1f1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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