diff options
author | Ricardo Wurmus <[email protected]> | 2024-01-22 13:44:57 +0100 |
---|---|---|
committer | Ricardo Wurmus <[email protected]> | 2024-01-22 13:54:46 +0100 |
commit | 500fc9e8918d81676c096b2a6c1bd615440d9dcb (patch) | |
tree | c28a14963161f2fa8d2a797eee5398495c1507a7 | |
parent | c61e8350226019e6b45331b3d09b52e936d60e85 (diff) |
gnu: r-rhtslib: Update to 2.4.1.
* gnu/packages/bioconductor.scm (r-rhtslib): Update to 2.4.1.
Change-Id: If0da0bbfbbfcb2f41b354ba1772967f9fee778ca
-rw-r--r-- | gnu/packages/bioconductor.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm index d92fedb3ce..4e2a2b982e 100644 --- a/gnu/packages/bioconductor.scm +++ b/gnu/packages/bioconductor.scm @@ -8477,14 +8477,14 @@ be calculated to search in MS peak lists.") (define-public r-rhtslib (package (name "r-rhtslib") - (version "2.4.0") + (version "2.4.1") (source (origin (method url-fetch) (uri (bioconductor-uri "Rhtslib" version)) (sha256 (base32 - "1h0hzs4f4mmnpi436dgib9lakljacznkyyssy7c4mdd419431aq2")))) + "089b5amwxwac6wvdnndy9inc218919q9dz9x58i2cp7il18vjd0c")))) (properties `((upstream-name . "Rhtslib"))) (build-system r-build-system) ;; Without this a temporary directory ends up in the Rhtslib.so binary, |