3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-ripseeker: Update to 1.26.0.

* gnu/packages/bioconductor.scm (r-ripseeker): Update to 1.26.0.
This commit is contained in:
Ricardo Wurmus 2019-12-15 14:32:58 +01:00
parent 73883f0f14
commit ba74434fc4
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1354,14 +1354,14 @@ occupancy (overlap) analysis and plotting functions.")
(define-public r-ripseeker
(package
(name "r-ripseeker")
(version "1.24.0")
(version "1.26.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "RIPSeeker" version))
(sha256
(base32
"0rfff4wal51iji0m74mgnrlcq6i41nq5b79mv5brv7mab3g0cv43"))))
"1wyv9mfrbxzklysfjcnwb8yils71janyyxa982jn0zxx4p9cl3vs"))))
(properties `((upstream-name . "RIPSeeker")))
(build-system r-build-system)
(propagated-inputs