me
/
guix
Archived
1
0
Fork 0

gnu: r-iranges: Update to 2.38.0.

* gnu/packages/bioconductor.scm (r-iranges): Update to 2.38.0.

Change-Id: I9e1a24614dcfc179a5659b3bccdde26cb7b06dab
master
Ricardo Wurmus 2024-05-07 12:32:49 +02:00
parent f4c03a251e
commit b4d31f1a10
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -6192,13 +6192,13 @@ over-abundant or less-abundant as compared to that of normal cells.")
(define-public r-iranges
(package
(name "r-iranges")
(version "2.36.0")
(version "2.38.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "IRanges" version))
(sha256
(base32
"0rhh82hrsm32bdjamfah84p7zi8fvr4shyq2rdjfxzdp9qy5rh2q"))))
"047688hrxyg2hxd1wbywxqnvxk1622xlldzana9g5hhxg9lldrk2"))))
(properties
`((upstream-name . "IRanges")))
(build-system r-build-system)